aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/BUILDING.md
diff options
context:
space:
mode:
authorDavid Walter Seikel2016-11-04 00:46:34 +1000
committerDavid Walter Seikel2016-11-04 00:46:34 +1000
commit58783a5216b81863988110174229a65ceb315e1e (patch)
tree74d08dcd7e127f288cd7a8026c776385a738d484 /BUILDING.md
parentEven OpenSim removed the silly IAR avatar presence check. Purge it with fire. (diff)
downloadopensim-SC_OLD-58783a5216b81863988110174229a65ceb315e1e.zip
opensim-SC_OLD-58783a5216b81863988110174229a65ceb315e1e.tar.gz
opensim-SC_OLD-58783a5216b81863988110174229a65ceb315e1e.tar.bz2
opensim-SC_OLD-58783a5216b81863988110174229a65ceb315e1e.tar.xz
Attempt to move everything writable, and the configs, out of the bin directory.
Log configs are still in the bin directory.
Diffstat (limited to 'BUILDING.md')
-rw-r--r--BUILDING.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/BUILDING.md b/BUILDING.md
index d8deeeb..ee07411 100644
--- a/BUILDING.md
+++ b/BUILDING.md
@@ -4,7 +4,7 @@ Steps:
4 * runprebuild.bat 4 * runprebuild.bat
5 * Load OpenSim.sln into Visual Studio .NET and build the solution. 5 * Load OpenSim.sln into Visual Studio .NET and build the solution.
6 * chdir bin 6 * chdir bin
7 * copy OpenSim.ini.example to OpenSim.ini and other appropriate files in bin/config-include 7 * copy OpenSim.ini.example to OpenSim.ini and other appropriate files in config/config-include
8 * run OpenSim.exe 8 * run OpenSim.exe
9 9
10# Building on Linux 10# Building on Linux
@@ -21,7 +21,7 @@ From the distribution type:
21 * ./runprebuild.sh 21 * ./runprebuild.sh
22 * nant (or !* xbuild) 22 * nant (or !* xbuild)
23 * cd bin 23 * cd bin
24 * copy OpenSim.ini.example to OpenSim.ini and other appropriate files in bin/config-include 24 * copy OpenSim.ini.example to OpenSim.ini and other appropriate files in config/config-include
25 * run mono OpenSim.exe 25 * run mono OpenSim.exe
26 !* xbuild option switches 26 !* xbuild option switches
27 !* clean: xbuild /target:clean 27 !* clean: xbuild /target:clean