SAE11_2023/bibliotheque-graphique-iut-1.1
2023-11-21 17:00:05 +01:00
..
src graphique.c 2023-11-21 17:00:05 +01:00
aclocal.m4 graphique.c 2023-11-21 17:00:05 +01:00
ar-lib graphique.c 2023-11-21 17:00:05 +01:00
compile graphique.c 2023-11-21 17:00:05 +01:00
config.guess graphique.c 2023-11-21 17:00:05 +01:00
config.h.in graphique.c 2023-11-21 17:00:05 +01:00
config.sub graphique.c 2023-11-21 17:00:05 +01:00
configure graphique.c 2023-11-21 17:00:05 +01:00
configure.ac graphique.c 2023-11-21 17:00:05 +01:00
depcomp graphique.c 2023-11-21 17:00:05 +01:00
install-sh graphique.c 2023-11-21 17:00:05 +01:00
ltmain.sh graphique.c 2023-11-21 17:00:05 +01:00
Makefile.am graphique.c 2023-11-21 17:00:05 +01:00
Makefile.in graphique.c 2023-11-21 17:00:05 +01:00
missing graphique.c 2023-11-21 17:00:05 +01:00
README graphique.c 2023-11-21 17: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.