Go to file
2023-11-24 14:05:48 +01:00
src first commit 2023-11-24 14:05:48 +01:00
:wq first commit 2023-11-24 14:05:48 +01:00
.gitignore first commit 2023-11-24 14:05:48 +01:00
a.out first commit 2023-11-24 14:05:48 +01:00
aclocal.m4 first commit 2023-11-24 14:05:48 +01:00
ar-lib first commit 2023-11-24 14:05:48 +01:00
compile first commit 2023-11-24 14:05:48 +01:00
config.guess first commit 2023-11-24 14:05:48 +01:00
config.h first commit 2023-11-24 14:05:48 +01:00
config.h.in first commit 2023-11-24 14:05:48 +01:00
config.log first commit 2023-11-24 14:05:48 +01:00
config.status first commit 2023-11-24 14:05:48 +01:00
config.sub first commit 2023-11-24 14:05:48 +01:00
configure first commit 2023-11-24 14:05:48 +01:00
configure.ac first commit 2023-11-24 14:05:48 +01:00
depcomp first commit 2023-11-24 14:05:48 +01:00
install-sh first commit 2023-11-24 14:05:48 +01:00
libtool first commit 2023-11-24 14:05:48 +01:00
ltmain.sh first commit 2023-11-24 14:05:48 +01:00
main.c first commit 2023-11-24 14:05:48 +01:00
Makefile first commit 2023-11-24 14:05:48 +01:00
Makefile.am first commit 2023-11-24 14:05:48 +01:00
Makefile.in first commit 2023-11-24 14:05:48 +01:00
missing first commit 2023-11-24 14:05:48 +01:00
README first commit 2023-11-24 14:05:48 +01:00
stamp-h1 first commit 2023-11-24 14:05:48 +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.