skizzle/docs/Instructions

17 lines
348 B
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

* Installer CMake
* Télécharger boost_1_60_0.tar.bz2
https://sourceforge.net/projects/boost/files/latest/download?source=files
- Ouvrir le terminal
- cd ~/Téléchargements
- tar --bzip2 -xf boost_1_60_0.tar.bz2
- cd boost_1_60_0
- sudo ./bootstrap.sh --with-libraries=filesystem
- sudo ./b2 install 
* Compilation : cmake .
make