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

6 lines
424 B
Plaintext
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Pour compiler la première fois : `mkdir build && cd build && qmake .. && make'
Pour recompiler les fois suivantes : `cd build && make'
Pour nettoyer les fichiers de compilation : `make clean'
Pour exécuter le programme : `./build/tp1 <obj> <commande>'
Pour faire un bel histogramme coloré : LD_LIBRARY_PATH=libs/OpenMesh/liblinux/ build/tp1 <obj> <cmd> | util/plot.py [nombre de classes, 10 par défaut] [min] [max]