Browse Source

📝 Note about providing the version

pull/1419/head
Anders Jenbo 5 years ago committed by GitHub
parent
commit
b22da095ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      docs/building.md

6
docs/building.md

@ -1,4 +1,10 @@
# Building from Source
Note: If you do not use git to manage the source you must provide the verion to CMake manually:
```bash
cmake .. -DVERSION_NUM=1.0.0 -DVERSION_SUFFIX=FFFFFFF
```
<details><summary>Linux</summary>
### Installing dependencies on Debian and Ubuntu

Loading…
Cancel
Save