diff options
Diffstat (limited to 'BUILDING.md')
-rw-r--r-- | BUILDING.md | 4 |
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 |