User:Opensource Obscure/Compiling MonoVida

From Second Life Wiki
Jump to navigation Jump to search

Notes I took when trying to compile Dzonatas Sol's viewer that lets you detach windows and bring them outside the Second Life client window.

Overview

Steps

git clone http://gitweb.dzonux.net/project/communicator.git
ln -s communicator linden
  • download libraries, artwork from LL's branches/2009/oss-viewer
  • extract libraries, artwork archives
cd communicator
  • .. ?
cd indra
  • comment Sqlite3 line in CMake/Cmakelists.txt (?)
  • comment Sqlite3 line in CMake/Cmakelists.txt (?)
./develop.py configure
./develop.py build

tentativi successivi