Difference between revisions of "User:Opensource Obscure/Compiling MonoVida"

From Second Life Wiki
Jump to navigation Jump to search
(created)
 
m
 
Line 2: Line 2:


== Overview ==
== Overview ==
* [[https://wiki.secondlife.com/wiki/Alternate_viewers#MonoVida_Studio MonoVida]] / Communicator by [[User:Dzonatas_Sol]]
* [https://wiki.secondlife.com/wiki/User:Dzonatas_Sol/Communicator Monovida Communicator] by [[User:Dzonatas_Sol]]
* [https://jira.secondlife.com/browse/SNOW-375 SNOW-375] - Detached Communicator: Chat/IM/Contacts windows "thinking outside the box" in a separate process/plugin
* [https://jira.secondlife.com/browse/SNOW-375 SNOW-375] - Detached Communicator: Chat/IM/Contacts windows "thinking outside the box" in a separate process/plugin
* [http://gitweb.dzonux.net/?p=communicator.git;a=summary Git Repository]
* [http://gitweb.dzonux.net/?p=communicator.git;a=summary Git Repository]
Line 22: Line 22:
  ./develop.py configure
  ./develop.py configure
  ./develop.py build
  ./develop.py build
=== tentativi successivi ===
* installato libtut-dev per provare a rimediare a http://pastebin.ca/1701006
* poi, ancora errori: http://pastebin.ca/1701009

Latest revision as of 17:35, 3 December 2009

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