144 B
144 B
Linux compilation
> mkdir build
> cd build
> cmake -DCMAKE_BUILD_TYPE=Debug ..
> make
Exercise
- Try to refactore code
> mkdir build
> cd build
> cmake -DCMAKE_BUILD_TYPE=Debug ..
> make