Merge pull request #2 from StefanH-AT/readme-cmake-version

Add note to readme about cmake version to build
This commit is contained in:
Mick 2021-12-07 10:22:26 +01:00 committed by GitHub
commit b580f19825
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,6 +46,8 @@ If you're using a DLU client you'll have to go into the "CMakeVariables.txt" fil
### Linux builds
Make sure packages like `gcc`, `cmake`, and `zlib` are installed. Depending on the distribution, these packages might already be installed. Note that on systems like Ubuntu, you will need the `zlib1g-dev` package so that the header files are available.
cmake must be version 3.12 or higher!
**Build the repository**
```bash
# Create the build directory, preserving it if it already exists