Cleans up publishing/building
This commit is contained in:
parent
2347533b9c
commit
e5d25559e9
20 changed files with 62 additions and 137 deletions
14
README.md
14
README.md
|
|
@ -21,13 +21,8 @@ ModernUO [
|
||||
|
||||
#### Cleaning
|
||||
- `dotnet clean`
|
||||
|
||||
#### Publishing
|
||||
- Linux: `./Tools/publish-linux.sh` or `Tools/publish-linux.cmd`
|
||||
- OSX: `./Tools/publish-osx.sh` or `Tools/publish-osx.cmd`
|
||||
- Windows `./Tools/publish-windows.sh` or `Tools/publish-windows.cmd`
|
||||
`Tools/publish.sh <linux|osx|win> [Release|Debug]`
|
||||
|
||||
## Deploying / Running Server
|
||||
- Follow the [publish](https://github.com/modernuo/ModernUO#publishing-a-build) instructions
|
||||
|
|
@ -35,10 +30,6 @@ ModernUO [
|
||||
- Zlib
|
||||
- Linux: `apt get zlib` or equiv for that distribution
|
||||
- OSX: `brew install zlib`
|
||||
- Windows: Included during publishing
|
||||
- Optional: compile and install [Intel DRNG](https://github.com/modernuo/libdrng)
|
||||
|
||||
#### Windows
|
||||
|
|
@ -47,6 +38,9 @@ ModernUO [![Discord](https://img.shields.io/discord/458277173208547350?logo=disc
|
|||
#### OSX and Linux
|
||||
- Run `./ModernUO` or `dotnet ./ModernUO.dll`
|
||||
|
||||
#### Cleaning Distribution
|
||||
- `dotnet clean`
|
||||
|
||||
## Thanks
|
||||
- RunUO Team & Community
|
||||
- ServUO Team & Community
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue