forked from realXtend/taiga
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Separate out building instructions. Further revise README
- Loading branch information
Justin Clark-Casey (justincc)
committed
Jan 15, 2010
1 parent
88d2adc
commit 7e07bca
Showing
2 changed files
with
62 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
== Building OpenSim == | ||
|
||
=== Building on Windows === | ||
|
||
Steps: | ||
* runprebuild.bat | ||
* Load OpenSim.sln into Visual Studio .NET and build the solution. | ||
* chdir bin | ||
* copy OpenSim.ini.example to OpenSim.ini and other appropriate files in bin/config-include | ||
* run OpenSim.exe | ||
|
||
=== Building on Linux === | ||
|
||
Prereqs: | ||
* Mono >= 2.4.2 | ||
* Nant >= 0.85 | ||
* On some Linux distributions you may need to install additional packages. | ||
See http://opensimulator.org/wiki/Dependencies for more information. | ||
|
||
From the distribution type: | ||
* ./runprebuild.sh | ||
* nant | ||
* cd bin | ||
* copy OpenSim.ini.example to OpenSim.ini and other appropriate files in bin/config-include | ||
* run mono OpenSim.exe | ||
|
||
=== References === | ||
|
||
Helpful resources: | ||
* http://opensimulator.org/wiki/Build_Instructions |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters