mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-06 21:25:42 +12:00
Update add info on noobs package
This commit is contained in:
parent
1a1f45aeef
commit
a42add5b42
1 changed files with 7 additions and 5 deletions
12
README.md
12
README.md
|
@ -72,7 +72,13 @@ well they essentailly run off "Server Emulators".
|
||||||
<locationame>
|
<locationame>
|
||||||
!DANCE <udlr>
|
!DANCE <udlr>
|
||||||
```
|
```
|
||||||
# Setup
|
|
||||||
|
# Noobs Package (For people who go WTF IS A SQL ?)
|
||||||
|
- Download HISP-N00BS zip
|
||||||
|
- Open the HISP-N00BS executable
|
||||||
|
- Within a few secs should now be playing Horse Isle.
|
||||||
|
|
||||||
|
# Normal Setup (I want to actually run a server).
|
||||||
- Download the latest Windows or Linux binary.
|
- Download the latest Windows or Linux binary.
|
||||||
- Setup a SQL Server, (eg, MariaDB).
|
- Setup a SQL Server, (eg, MariaDB).
|
||||||
- Setup a webserver with PHP8.0, intl and mysqli modules (eg, Apache).
|
- Setup a webserver with PHP8.0, intl and mysqli modules (eg, Apache).
|
||||||
|
@ -105,10 +111,6 @@ well they essentailly run off "Server Emulators".
|
||||||
its been tested and known to work specifically with MariaDB, https://mariadb.org/
|
its been tested and known to work specifically with MariaDB, https://mariadb.org/
|
||||||
Set its information into server.properties or the server will just crash on first run /-/
|
Set its information into server.properties or the server will just crash on first run /-/
|
||||||
|
|
||||||
# Platforms
|
|
||||||
The server has been tried and known to work on Windows x86, x64, Linux x64, ARM and ARM64.
|
|
||||||
CI Provides pre-built binaries for all these platforms,
|
|
||||||
|
|
||||||
# Building
|
# Building
|
||||||
Building the server from source requires Microsoft .NET Core SDK, targetting version 5.0 https://dotnet.microsoft.com/download/dotnet-core
|
Building the server from source requires Microsoft .NET Core SDK, targetting version 5.0 https://dotnet.microsoft.com/download/dotnet-core
|
||||||
use ``dotnet build`` to build a debug build, (requires .NET Core Runtime) quickly or one of our publishing XML's
|
use ``dotnet build`` to build a debug build, (requires .NET Core Runtime) quickly or one of our publishing XML's
|
||||||
|
|
Loading…
Add table
Reference in a new issue