GITLAB iLM - Institut Lumière Matière

Update Home authored by Claire MOUTON's avatar Claire MOUTON
......@@ -31,7 +31,7 @@
* copier le fichier `data/.gitconfig` vers votre home directory
* éditer et adapter `~/.gitconfig`
* `man git-config`
* *Optionnel, pour aller plus loin :*
* *Optionnel, pour ceux qui utilisent bash :*
* autocompletion shell
* bash: autocompletion fournie avec l'installation de git (`/etc/bash_completion.d/git`)
* shell prompt
......@@ -48,3 +48,8 @@ Notions: aliases, whitespaces
* lire l'historique (`git log`)
Notions: index
#### Interlude optionnel, pour ceux qui souhaitent compiler et exécuter le code des TP
`./waf configure build
LD_LIBRARY_PATH=./__build__/liba:./__build__/libb ./__build__/app/app`