Ajout du fichier "instructions" dans les docs

This commit is contained in:
maelle 2016-04-11 20:41:57 +02:00
parent c86e5fca7d
commit 6f8aa1bc98
1 changed files with 16 additions and 0 deletions

16
docs/Instructions Normal file
View File

@ -0,0 +1,16 @@
* 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