diff --git a/docs/building.md b/docs/building.md index c01397c4f..312eedf96 100644 --- a/docs/building.md +++ b/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 +``` +
Linux ### Installing dependencies on Debian and Ubuntu