Diff of /trunk/INSTALL
Parent Directory
|
Revision Log
|
Patch
| revision 4, Fri Jul 25 02:19:07 2008 UTC | revision 8, Fri Oct 31 00:11:51 2008 UTC | |
|---|---|---|
| # | Line 12 | Line 12 |
| 12 | ||
| 13 | svn checkout http://forge.opensimulator.org/svn/micasim/trunk micasim | svn checkout http://forge.opensimulator.org/svn/micasim/trunk micasim |
| 14 | ||
| 15 | 3. Copy the prebuild.xml file from the micasim root directory to the | 3. Patch the prebuild.xml file in the OpenSim root directory with the |
| 16 | OpenSim root directory. (Make a backup copy of the pre-existing | patch file in the micasim root directory: |
| 17 | prebuild.xml in that directory if this makes you nervous.) | |
| 18 | cd opensim | |
| 19 | patch -p0 < ../micasim/prebuild.patch | |
| 20 | ||
| 21 | 4. Copy the NewtonPlugin directory in the micasim root directory to | 4. Copy the NewtonPlugin directory in the micasim root directory to |
| 22 | opensim/OpenSim/Region/Physics/ . | opensim/OpenSim/Region/Physics/ . |
| # | Line 23 | Line 25 |
| 25 | <opensim-root>/bin/OpenSim.ini) to change the "physics = basicphysics" | <opensim-root>/bin/OpenSim.ini) to change the "physics = basicphysics" |
| 26 | to "physics = Newton". | to "physics = Newton". |
| 27 | ||
| 28 | 6. Build OpenSim (follow their instructions---as of 10 July 2008, this | 6. Build OpenSim (follow their instructions---as of 31 Oct 2008, this |
| 29 | means run ./runprebuild.sh, then run nant). | means run ./runprebuild.sh, then run nant). |
| 30 | ||
| 31 | 7. Start an OpenSim server: mono opensim/bin/OpenSim.exe . | 7. Start an OpenSim server: mono opensim/bin/OpenSim.exe . |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |

