mirror of
https://github.com/OpenSim-NGC/OpenSim-Sasquatch.git
synced 2024-11-21 06:26:09 -07:00
a few changes to readme.md
This commit is contained in:
parent
9fb436b214
commit
6422b3f04f
1 changed files with 5 additions and 12 deletions
17
README.md
17
README.md
|
@ -12,28 +12,23 @@ If it breaks, you get to keep *both* pieces.
|
|||
|
||||
# Compiling OpenSim
|
||||
|
||||
Please see BUILDING.md if you downloaded a source distribution and
|
||||
need to build OpenSim before running it.
|
||||
Please see BUILDING.md
|
||||
|
||||
# Running OpenSim on Windows
|
||||
|
||||
You will need .NET 4.0 for versions up to 0.9.0.1 and .NET 4.6 for others.
|
||||
You will need dotnet 6.0 runtime (https://dotnet.microsoft.com/en-us/download/dotnet/6.0)
|
||||
|
||||
We recommend that you run OpenSim from a command prompt on Windows in order
|
||||
to capture any errors.
|
||||
|
||||
To run OpenSim from a command prompt
|
||||
|
||||
* cd to the bin/ directory where you unpacked OpenSim
|
||||
* review and change configuration files (.ini) for your needs. see the "Configuring OpenSim" section
|
||||
* run OpenSim.exe or opensim32.exe for small regions
|
||||
* run OpenSim.exe
|
||||
|
||||
|
||||
# Running OpenSim on Linux
|
||||
# Running OpenSim on Linux/Mac
|
||||
|
||||
You will need Mono >= 2.10.8.1 up to version 0.9.0.1 and mono > 5.0 on others. On some Linux distributions you
|
||||
may need to install additional packages. See http://opensimulator.org/wiki/Dependencies
|
||||
for more information.
|
||||
You will need dotnet 6.0 runtime for linux or Mac (https://dotnet.microsoft.com/en-us/download/dotnet/6.0)
|
||||
|
||||
To run OpenSim, from the unpacked distribution type:
|
||||
|
||||
|
@ -101,9 +96,7 @@ mantis"). Useful information to include:
|
|||
* stack trace
|
||||
* OpenSim.log (attach as file)
|
||||
* OpenSim.ini (attach as file)
|
||||
* if running under mono: run OpenSim.exe with the "--debug" flag:
|
||||
|
||||
mono --debug OpenSim.exe
|
||||
|
||||
# More Information on OpenSim
|
||||
|
||||
|
|
Loading…
Reference in a new issue