X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=README.md;h=66bdb9962d8eb8a4af11b070a84d4d4fef45528e;hb=e44bd6c763aa27c19142f4f3fabb94b1bf9fe827;hp=06247b405a2464afdb45a467468dffe514d4206c;hpb=f28d977659db23f54b7a5badf6ef40b118e82ad9;p=anna.git diff --git a/README.md b/README.md index 06247b4..66bdb99 100644 --- a/README.md +++ b/README.md @@ -34,9 +34,11 @@ You could specify type of build, 'Debug' or 'Release', for example: > make clean -## Change the compiler to Clang++ +## Change the compilers - > cmake -DCMAKE_CXX_COMPILER=/usr/bin/clang++ + > cmake -DCMAKE_CXX_COMPILER=/usr/bin/g++ -DCMAKE_C_COMPILER=/usr/bin/gcc + or + > cmake -DCMAKE_CXX_COMPILER=/usr/bin/clang++ -DCMAKE_C_COMPILER=/usr/bin/clang ## Some basic ubuntu requirements @@ -116,11 +118,12 @@ Execute 'make test' To install headers, libraries, and examples, execute: - > make install + > sudo make install Optionally you could specify another prefix for installation: - > cmake -DCMAKE_INSTALL_PREFIX=$HOME/anna_deploy . + > cmake -DCMAKE_INSTALL_PREFIX=$HOME/anna-deploy + > make install ## Uninstall