From: Eduardo Ramos Testillano Date: Tue, 6 Jun 2017 22:25:10 +0000 (+0200) Subject: More info about change compiler X-Git-Url: https://git.teslayout.com/public/public/public/?p=anna.git;a=commitdiff_plain;h=9b29f6f7a8965d709920364f46d291b27945c23d More info about change compiler --- diff --git a/README.md b/README.md index 06247b4..0ed188a 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