X-Git-Url: https://git.teslayout.com/public/public/public/?p=anna.git;a=blobdiff_plain;f=README.md;h=882672859a472880aab60f85ad66084824e13d2d;hp=5bf77eaeefb17ccfceee905ece15fe2bfe8b21cc;hb=e194cec922d114773959b8f3dc8a518e0092fc03;hpb=2e2f6d4e2ffe1c8b86c812807f0e501ab78f56f9 diff --git a/README.md b/README.md index 5bf77ea..8826728 100644 --- 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