6.6 La compilation

Comme d'habitude, on lance CMake :

cmake ..
-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Configuring done
-- Generating done

Puis Make :

make
Scanning dependencies of target testvecteur
[ 50%] Building CXX object CMakeFiles/testvecteur.dir/vecteur.cpp.o
[100%] Building CXX object CMakeFiles/testvecteur.dir/main.cpp.o
Linking CXX executable testvecteur
[100%] Built target testvecteur

Et c'est parti pour les test.