Build Instructions
From OpenSimulator
(Difference between revisions)
Babblefrog (Talk | contribs) |
(svn checkout, mono build and run instructions) |
||
| Line 4: | Line 4: | ||
==Linux== | ==Linux== | ||
| + | |||
| + | === Subversion Repository === | ||
| + | |||
| + | To check out the latest revision: | ||
| + | |||
| + | svn co svn://opensecondlife.org/opensim/trunk opensim.new/trunk | ||
| + | |||
| + | === Building (Mono) === | ||
| + | |||
| + | cd opensim.new/trunk | ||
| + | mono bin/Prebuild.exe /target nant | ||
| + | nant -buildfile:OpenSim.build | ||
| + | |||
| + | === Running (Mono) === | ||
| + | |||
| + | cd bin | ||
| + | mono OpenSim.exe | ||
=Binary releases= | =Binary releases= | ||
Revision as of 15:16, 3 August 2007
Contents |
Installing from source
MS Windows
Linux
Subversion Repository
To check out the latest revision:
svn co svn://opensecondlife.org/opensim/trunk opensim.new/trunk
Building (Mono)
cd opensim.new/trunk mono bin/Prebuild.exe /target nant nant -buildfile:OpenSim.build
Running (Mono)
cd bin mono OpenSim.exe