C++ Development Tools

clang vs g++

These are two compilers;
clang does the same thing as g++;
Which is better to use;
it was straight forward to build maidsafe and run the test;
Actually super easy.

within build_maidsafe from the

make local_network_controller

./local_network_controller

also cmake 3.0.2 vs cmake 2.8

https://groups.google.com/forum/#!topic/maidsafe-development/KJKbefpJUjw

I’m sure this all looks crazy to a new comer;
I’m sure that it will all make perfect sense and be a nice roadmap once you are familiar with linux;