bitbucket still does not like building.md
parent
cb1ebd1604
commit
82415785fc
|
@ -1,6 +1,7 @@
|
||||||
# Building on Windows
|
# Building on Windows
|
||||||
|
|
||||||
Steps:
|
Steps:
|
||||||
|
|
||||||
* runprebuild.bat
|
* runprebuild.bat
|
||||||
* Load OpenSim.sln into Visual Studio .NET and build the solution.
|
* Load OpenSim.sln into Visual Studio .NET and build the solution.
|
||||||
* chdir bin
|
* chdir bin
|
||||||
|
@ -10,12 +11,14 @@ Steps:
|
||||||
# Building on Linux / Mac
|
# Building on Linux / Mac
|
||||||
|
|
||||||
Prereqs:
|
Prereqs:
|
||||||
|
|
||||||
* Mono > 5.0
|
* Mono > 5.0
|
||||||
* On some Linux distributions you may need to install additional packages.
|
* On some Linux distributions you may need to install additional packages.
|
||||||
* msbuild or xbuild if still supported by the mono version
|
* msbuild or xbuild if still supported by the mono version
|
||||||
* See http://opensimulator.org/wiki/Dependencies for more information.
|
* See http://opensimulator.org/wiki/Dependencies for more information.
|
||||||
|
|
||||||
From the distribution type:
|
From the distribution type:
|
||||||
|
|
||||||
* ./runprebuild.sh
|
* ./runprebuild.sh
|
||||||
* type msbuild or xbuild
|
* type msbuild or xbuild
|
||||||
* cd bin
|
* cd bin
|
||||||
|
|
Loading…
Reference in New Issue