X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=README.md;h=882672859a472880aab60f85ad66084824e13d2d;hb=e194cec922d114773959b8f3dc8a518e0092fc03;hp=0c0cfd4e31372460e71d494388da84c9d34c6b23;hpb=88cd8ffad493971ae4704ed007d8430c1d3fd7eb;p=anna.git diff --git a/README.md b/README.md index 0c0cfd4..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 @@ -44,7 +48,7 @@ You could specify type of build, 'Debug' or 'Release', for example: ### OpenSSL: > sudo apt-get install libssl-dev - + ### Gnome XML: > sudo apt-get install libxml2-dev @@ -83,7 +87,7 @@ You could specify type of build, 'Debug' or 'Release', for example: > cd /usr/src/gtest > sudo cmake CMakeLists.txt > sudo make - + Copy or symlink libgtest.a and libgtest_main.a to your /usr/lib folder: > sudo cp *.a /usr/lib @@ -120,3 +124,7 @@ Optionally you could specify another prefix for installation: > cat install_manifest.txt | sudo xargs rm +## AOTS (Agents-Oriented Testing Setup) + +See INSTALL_AOTS.md +