diff options
author | onefang | 2019-05-19 22:15:41 +1000 |
---|---|---|
committer | onefang | 2019-05-19 22:15:41 +1000 |
commit | 295e91b8f44a356ab742dedd27c1b7edfe7b1157 (patch) | |
tree | de336b1b137c27f94bd4e0a2fb63bea9b1de60e2 /BUILDING.md | |
parent | Move db directory out of tree. (diff) | |
download | opensim-SC_OLD-295e91b8f44a356ab742dedd27c1b7edfe7b1157.zip opensim-SC_OLD-295e91b8f44a356ab742dedd27c1b7edfe7b1157.tar.gz opensim-SC_OLD-295e91b8f44a356ab742dedd27c1b7edfe7b1157.tar.bz2 opensim-SC_OLD-295e91b8f44a356ab742dedd27c1b7edfe7b1157.tar.xz |
Move cache, config, logs out of tree, and various related clean ups.
Diffstat (limited to '')
-rw-r--r-- | BUILDING.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/BUILDING.md b/BUILDING.md index d8deeeb..1447bd0 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 |