GITLAB iLM - Institut Lumière Matière

Update Home authored by Claire MOUTON's avatar Claire MOUTON
...@@ -60,8 +60,8 @@ Cette archive contient notamment un fichier `.gitconfig` et des fichiers de code ...@@ -60,8 +60,8 @@ Cette archive contient notamment un fichier `.gitconfig` et des fichiers de code
**Notions** : index **Notions** : index
### *Interlude optionnel, si vous voulez compiler et exécuter le code des TP* ### *Interlude optionnel, si vous voulez compiler et exécuter le code des TP*
`./waf configure build` ./waf configure build
`LD_LIBRARY_PATH=./__build__/liba:./__build__/libb ./__build__/app/app` LD_LIBRARY_PATH=./__build__/liba:./__build__/libb ./__build__/app/app
### On code ### On code
* vérifier qu'aucune fonction `liba_byebye()` existe (`git grep`) * vérifier qu'aucune fonction `liba_byebye()` existe (`git grep`)
... ...
......