mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-09 09:48:20 +00:00
Merge pull request #14 from maxdelayer/main
Set `build.sh` as executable & update `README.md` to acknowledge `build.sh`'s existence
This commit is contained in:
commit
73718fe9af
@ -49,6 +49,15 @@ Make sure packages like `gcc`, `cmake`, and `zlib` are installed. Depending on t
|
||||
cmake must be version 3.12 or higher!
|
||||
|
||||
**Build the repository**
|
||||
|
||||
You can either run `build.sh` when in the root folder of the repository:
|
||||
|
||||
```bash
|
||||
./build.sh
|
||||
```
|
||||
|
||||
Or manually run the commands used in `build.sh`:
|
||||
|
||||
```bash
|
||||
# Create the build directory, preserving it if it already exists
|
||||
mkdir -p build
|
||||
|
Loading…
Reference in New Issue
Block a user