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