Merge branch 'master' of https://github.com/matteodelabre/projet-cmi
This commit is contained in:
commit
6dc9e706f9
|
@ -0,0 +1,24 @@
|
||||||
|
* 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
|
||||||
|
|
||||||
|
Concernant les commandes de l'éditeur :
|
||||||
|
- pour changer la polarité d'un objet : Ctrl+scroll
|
||||||
|
- tout sélectionner : ctrl+A
|
||||||
|
- placer plusieurs objets : clic+déplacement de la souris
|
||||||
|
- supprimer des objets : clic droit ou sélection + suppr
|
||||||
|
- sélectionner plusieurs objets : alt+clic+déplacement de la souris
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue