Skip oracle and database build by mean cmake variable
[anna.git] / README.md
index 5bf77ea..8826728 100644 (file)
--- a/README.md
+++ b/README.md
@@ -30,6 +30,10 @@ You could specify type of build, 'Debug' or 'Release', for example:
      > cmake -DCMAKE_BUILD_TYPE=Debug .
      > cmake -DCMAKE_BUILD_TYPE=Release .
 
+You could avoid database resources compilation to ease the add of requirements:
+
+     > cmake -DSKIP_DATABASE_BUILD=1 .
+
 ## Clean project
 
      > make clean