OpenSim: Install

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
(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 16: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

Binary releases

Personal tools
General
About This Wiki