aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJulien Dessaux2019-03-14 19:10:41 +0100
committerJulien Dessaux2019-03-14 19:10:41 +0100
commit5002e404851cfdcdf0d20240319e5a5230780f6f (patch)
treeb3a0842b2fe44f0496c45ec8a2a459b316ec3cda /README.md
parentUse proper directories configuration from cmake (diff)
downloadbastion-5002e404851cfdcdf0d20240319e5a5230780f6f.tar.gz
bastion-5002e404851cfdcdf0d20240319e5a5230780f6f.tar.bz2
bastion-5002e404851cfdcdf0d20240319e5a5230780f6f.zip
Add cmake installation rules along with cpack entries. Made cmake_build_type clever.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0447444..3b817cd 100644
--- a/README.md
+++ b/README.md
@@ -41,7 +41,7 @@ make install
You can customise the build with the following cmake flags :
-- `CMAKE_BUILD_TYPE` : Debug|Release|RelWithDebInfo|MinSizeRel, defaults to Release
+- `CMAKE_BUILD_TYPE` : Debug|Release|RelWithDebInfo|MinSizeRel, defaults to Release if using a tarball, and Debug if using the git tree
- `CMAKE_INSTALL_PREFIX` : path, defaults to `/usr/local`
- `SESSION_RECORDING` : ON|OFF, defaults to ON