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:
Mick 2022-01-03 18:48:33 +01:00 committed by GitHub
commit 73718fe9af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 0 deletions

View File

@ -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

0
build.sh Normal file → Executable file
View File