diff --git a/graphes.md b/graphes.md index 43c323e04520f4b5ecae423338e7ca88db030516..c5645c257ca7366f949acc0de63c64f407668d3a 100644 --- a/graphes.md +++ b/graphes.md @@ -171,6 +171,7 @@ faites les commandes suivantes: ```bash gcc -c xml_parser.c -I/usr/include/libxml2 + gcc -c main.c -I/usr/include/libxml2 ``` Pour linker il faut ensuite utiliser l'option `-lxml2`.