X-Git-Url: https://git.teslayout.com/public/public/public/?p=anna.git;a=blobdiff_plain;f=README.md;h=7bfbb7c8d59680a403ad68e57d54c8642b0c4673;hp=06247b405a2464afdb45a467468dffe514d4206c;hb=8a772df15f15fc2b3cc1351aa0628a36890e523f;hpb=f28d977659db23f54b7a5badf6ef40b118e82ad9 diff --git a/README.md b/README.md index 06247b4..7bfbb7c 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 -DMY_OWN_INSTALL_PREFIX=$HOME/anna-deploy + > make install ## Uninstall