SAE11_2023/bibliotheque-graphique-iut-1.1
2023-11-21 14:00:05 +01:00
..
src biblio graphique 3 2023-11-21 14:00:05 +01:00
aclocal.m4 ajout bibliothèque graphique 2023-11-21 13:13:26 +01:00
ar-lib ajout bibliothèque graphique 2023-11-21 13:13:26 +01:00
compile ajout bibliothèque graphique 2023-11-21 13:13:26 +01:00
config.guess ajout bibliothèque graphique 2023-11-21 13:13:26 +01:00
config.h biblio graphique 3 2023-11-21 14:00:05 +01:00
config.h.in ajout bibliothèque graphique 2023-11-21 13:13:26 +01:00
config.log biblio graphique 3 2023-11-21 14:00:05 +01:00
config.status biblio graphique 3 2023-11-21 14:00:05 +01:00
config.sub ajout bibliothèque graphique 2023-11-21 13:13:26 +01:00
configure ajout bibliothèque graphique 2023-11-21 13:13:26 +01:00
configure.ac ajout bibliothèque graphique 2023-11-21 13:13:26 +01:00
depcomp ajout bibliothèque graphique 2023-11-21 13:13:26 +01:00
install-sh ajout bibliothèque graphique 2023-11-21 13:13:26 +01:00
libtool biblio graphique 3 2023-11-21 14:00:05 +01:00
ltmain.sh ajout bibliothèque graphique 2023-11-21 13:13:26 +01:00
Makefile biblio graphique 3 2023-11-21 14:00:05 +01:00
Makefile.am ajout bibliothèque graphique 2023-11-21 13:13:26 +01:00
Makefile.in ajout bibliothèque graphique 2023-11-21 13:13:26 +01:00
missing ajout bibliothèque graphique 2023-11-21 13:13:26 +01:00
README ajout bibliothèque graphique 2023-11-21 13:13:26 +01:00
stamp-h1 biblio graphique 3 2023-11-21 14:00:05 +01:00

1) utiliser le script configure pour generer les Makefiles
	./configure

	Par defaut, l'installation se fait dans /usr. Utiliser --prefix pour le modifier.
	autres options : --enable-xpm et --enable-exemples

2) make, make install, make clean, make uninstall pour compiler, installer, nettoyeri, désinstaller.