tar xzf slviewer-linux-libs-oss-viewer-1.23.4.139024.tar.gz
* $ tar xzf slviewer-linux-libs-oss-viewer-1.23.4.139024.tar.gz
* prepare
=== Prepare ===
cd linden/indra/
* $ cd linden/indra/
./develop.py configure
* $ ./develop.py configure
* apply patch. Do it inside <code>linden/</code>
=== Apply Patch ===
cd ../
Do it inside <code>linden/</code>
cp (...)/snow-375.0.9.6.patch.txt .
* $ cd ../
patch -p1 < snow-375.0.9.6.patch.txt
* $ cp (...)/snow-375.0.9.6.patch.txt .
* compile
* $ patch -p1 < snow-375.0.9.6.patch.txt
cd indra/viewer-linux-i686-relwithdebinfo
=== Compile ===
make
* $ cd indra/viewer-linux-i686-relwithdebinfo
* run Communicator and Snowglobe
* $ make
** after compilation you get <code>(...)/linden/indra/viewer-linux-i686-relwithdebinfo/newview/Snowglobe-i686-1.3.0.0.tar.bz2</code> - copy it somewhere and extract it
=== Install Gnome# Desktop ===
** run Snowglobe
Communicator needs depends on Gnome# Desktop runtime, install if you haven't already:
** get and extract Dzonatas Sol's Communicator (separate build) - currently http://mono.dzonux.net/file/communicator.0.9.6.zip
** run <code>communicator.exe</code>
** login in Snowglobe
** use the toolbar '''Communicate''' button to show the detached windows
Above notes provided by [https://jira.secondlife.com/browse/SNOW-375?focusedCommentId=151296&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#action_151296 Opensource Obscure].
=== Gnome# ===
You'll need to install Gnome#:
* Debian/Unbuntu:
* Debian/Unbuntu:
** apt-get install gnome-desktop-sharp2
** apt-get install gnome-desktop-sharp2
Line 41:
Line 31:
** [http://ftp.novell.com/pub/mono/gtk-sharp/gtk-sharp-2.12.9-2.win32.msi Gtk# 2.12 for Windows]
** [http://ftp.novell.com/pub/mono/gtk-sharp/gtk-sharp-2.12.9-2.win32.msi Gtk# 2.12 for Windows]
** Or, see here for latest: http://www.go-mono.com/mono-downloads/download.html
** Or, see here for latest: http://www.go-mono.com/mono-downloads/download.html
=== Run Communicator and Snowglobe ===
* after compilation you get <code>(...)/linden/indra/viewer-linux-i686-relwithdebinfo/newview/Snowglobe-i686-1.3.0.0.tar.bz2</code> - copy it somewhere and extract it
* run Snowglobe
* get and extract Dzonatas Sol's Communicator (separate build) - currently http://mono.dzonux.net/file/communicator.0.9.6.zip
* run <code>communicator.exe</code>
* login in Snowglobe
* use the toolbar '''Communicate''' button to show the detached windows
Also see original notes provided by [https://jira.secondlife.com/browse/SNOW-375?focusedCommentId=151296&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#action_151296 Opensource Obscure].
== Options ==
== Options ==
Revision as of 11:11, 11 December 2009
Please feel free to update this page as needed.
Notes related to SNOW-375 on how to download, compile, install, and run the viewer with detached windows.
after compilation you get (...)/linden/indra/viewer-linux-i686-relwithdebinfo/newview/Snowglobe-i686-1.3.0.0.tar.bz2 - copy it somewhere and extract it
master - source branch of current version
communicator - latest development branch (merges into master, tagged into X.X.X)
communicator.X.X.X - tagged branches of specific version X
snowglobe - latest development branch with changes for communicator
Upstream-X.X.X - snapshot of oss-viewer branch in LL's repository