X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=README.md;h=66bdb9962d8eb8a4af11b070a84d4d4fef45528e;hb=1a1b334a0d2b023bd778f0a19665cc9017dbc94a;hp=10d94458a8a85349186cbb5541fe2028231aa642;hpb=ec9c52668a43af61eb0c4e1f72bc69db78378e86;p=anna.git diff --git a/README.md b/README.md index 10d9445..66bdb99 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,11 @@ You could specify type of build, 'Debug' or 'Release', for example: > make clean +## Change the compilers + + > 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 @@ -113,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