Fixes
[anna.git] / README.md
index 10d9445..06247b4 100644 (file)
--- a/README.md
+++ b/README.md
@@ -34,6 +34,9 @@ You could specify type of build, 'Debug' or 'Release', for example:
 
      > make clean
 
+## Change the compiler to Clang++
+
+     > cmake -DCMAKE_CXX_COMPILER=/usr/bin/clang++ 
 
 ## Some basic ubuntu requirements