This repository has been archived on 2020-10-03. You can view files and clone it, but cannot push or open issues or pull requests.
pgai_tp1/README

5 lines
251 B
Plaintext
Raw Normal View History

2020-09-29 12:02:31 +02:00
Pour compiler la première fois : `mkdir build && make'
Pour recompiler les fois suivantes : `make'
Pour nettoyer les fichiers de compilation : `make clean'
Pour exécuter le programme : `LD_LIBRARY_PATH=libs/OpenMesh/liblinux/ ./build/tp1 <obj>'