o wget http://automated-builds-secondlife-com.s3.amazonaws.com/oss-viewer/slviewer-linux-libs-oss-viewer-1.23.4.139024.tar.gz http://automated-builds-secondlife-com.s3.amazonaws.com/oss-viewer/slviewer-artwork-oss-viewer-1.23.4.139024.zip
o unzip slviewer-artwork-oss-viewer-1.23.4.139024.zip
tar xzf slviewer-linux-libs-oss-viewer-1.23.4.139024.tar.gz
o tar xzf slviewer-linux-libs-oss-viewer-1.23.4.139024.tar.gz
* prepare
cd linden/indra/
* prepare
./develop.py configure
o cd linden/indra/
* apply patch. Do it inside <code>linden/</code>
o ./develop.py configure
cd ../
cp (...)/snow-375.0.9.6.patch.txt .
* apply patch. Do it inside linden/
patch -p1 < snow-375.0.9.6.patch.txt
o cd ../
* compile
o cp (...)/snow-375.0.9.6.patch.txt .
cd indra/viewer-linux-i686-relwithdebinfo
o patch -p1 < snow-375.0.9.6.patch.txt
make
* run Communicator and Snowglobe
* compile
** 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
o cd indra/viewer-linux-i686-relwithdebinfo
** run Snowglobe
o make
** 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>
* run Communicator and Snowglobe
** login in Snowglobe
o 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
** use the toolbar '''Communicate''' button to show the detached windows
o run Snowglobe
o get and extract Dzonatas Sol's Communicator (separate build) - currently http://mono.dzonux.net/file/communicator.0.9.6.zip
o run communicator.exe
o login in Snowglobe
o 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].
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].
Revision as of 10:14, 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.
cd ../
cp (...)/snow-375.0.9.6.patch.txt .
patch -p1 < snow-375.0.9.6.patch.txt
compile
cd indra/viewer-linux-i686-relwithdebinfo
make
run Communicator and Snowglobe
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