25 Mar 15, 06:06PM
The most important line of this is
AC uses clang for compilation. You should just need to type
Although it is possible that you may need to provide a version number as part of the package, so it could be "clang-3.4" as well.
[SELECT ALL] Code:
make: clang++: Command not found
AC uses clang for compilation. You should just need to type
[SELECT ALL] Code:
sudo apt-get install clang
Although it is possible that you may need to provide a version number as part of the package, so it could be "clang-3.4" as well.