From 6f8aa1bc98e7e87c3e6c59b1ea9592daebc64401 Mon Sep 17 00:00:00 2001 From: maelle Date: Mon, 11 Apr 2016 20:41:57 +0200 Subject: [PATCH] Ajout du fichier "instructions" dans les docs --- docs/Instructions | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 docs/Instructions diff --git a/docs/Instructions b/docs/Instructions new file mode 100644 index 0000000..1248222 --- /dev/null +++ b/docs/Instructions @@ -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 + + +