Yann Weber 55ae3693aa Fix #6 now make dist produce a good tarball | il y a 7 ans | |
---|---|---|
docs | il y a 7 ans | |
m4 | il y a 7 ans | |
src | il y a 7 ans | |
tests | il y a 7 ans | |
.gitignore | il y a 7 ans | |
AUTHORS | il y a 7 ans | |
COPYING | il y a 7 ans | |
ChangeLog | il y a 7 ans | |
INSTALL | il y a 7 ans | |
Makefile.am | il y a 7 ans | |
NEWS | il y a 7 ans | |
README | il y a 7 ans | |
bootstrap.sh | il y a 7 ans | |
configure.ac | il y a 7 ans |
Compilation
===========
#run aclocal automake and autoconf
./run_autotools.sh
#run the configure script
./configure
#make + unit testing
make && make check