docs: Updates installation docs for the main site. (#911)
This commit is contained in:
parent
4fd8b4d307
commit
573ddfa27b
6 changed files with 30 additions and 13 deletions
11
README.md
11
README.md
|
|
@ -19,16 +19,17 @@ ModernUO [
|
||||
[](https://www.debian.org/distrib/)
|
||||
[](https://ubuntu.com/download/server)
|
||||
[](https://linuxmint.com/download.php)
|
||||
[](https://www.centos.org/download/)
|
||||
[](https://getfedora.org/en/server/download/)
|
||||
[](https://access.redhat.com/downloads)
|
||||
|
||||
#### Running the server
|
||||
[](https://dotnet.microsoft.com/download/dotnet/6.0)
|
||||
[](https://dotnet.microsoft.com/download/dotnet/6.0)
|
||||
|
||||
#### Development
|
||||
[](https://git-scm.com/downloads)
|
||||
[](https://dotnet.microsoft.com/download/dotnet/6.0)
|
||||
[](https://dotnet.microsoft.com/download/dotnet/6.0)
|
||||
|
||||
#### Supported IDEs
|
||||
|
||||
|
|
@ -51,11 +52,12 @@ Rider 2021.3+ &
|
|||
- `win` - Windows 10/11/2016/2019/2022
|
||||
- `osx` - MacOS 10.15/11.0+/12.0+ (Catalina, Big Sur, Monterey)
|
||||
- `ubuntu.16.04`, `ubuntu.18.04` `ubuntu.20.04` - Ubuntu LTS
|
||||
- `linuxmint.17`, `linuxmint.18`, `linuxmint.19` - Linux Mint
|
||||
- `debian.10`, `debian.11` - Debian
|
||||
- `centos.7`, `centos.8` - CentOS
|
||||
- `fedora.32`, `fedora.33`, `fedora.34` - Fedora
|
||||
- `rhel.7`, `rhel.8` - Redhat
|
||||
- If blank, the operating system running the build is used
|
||||
- If blank, the operating system running the build is used. Linux Mint 20 is not supported directly yet, so build explicitly against `ubuntu.20.04` instead.
|
||||
|
||||
**Note:** Building in Visual Studio (or Rider) will not run the schema migration. The schema migration ensures future changes
|
||||
to the code will be backward compatible.
|
||||
|
|
@ -64,6 +66,9 @@ to the code will be backward compatible.
|
|||
- Follow the [publish](https://github.com/modernuo/ModernUO#publishing-builds) instructions
|
||||
- Run `ModernUO.exe` or `dotnet ModernUO.dll` from the `Distribution` directory on the server
|
||||
|
||||
**Note:** If you are running a version of linux that isn't listed above, then you may have to install the following using a package manager:
|
||||
* `libargon2-dev`, `libz-dev`, and `zstd`
|
||||
|
||||
## Thanks
|
||||
- RunUO Team & Community
|
||||
- ServUO Team & Community
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue