Yann Weber 0080357465 Updated tests | 7 lat temu | |
---|---|---|
m4 | 7 lat temu | |
src | 7 lat temu | |
tests | 7 lat temu | |
.gitignore | 7 lat temu | |
AUTHORS | 7 lat temu | |
COPYING | 7 lat temu | |
ChangeLog | 7 lat temu | |
INSTALL | 7 lat temu | |
Makefile.am | 7 lat temu | |
NEWS | 7 lat temu | |
README | 7 lat temu | |
bootstrap.sh | 7 lat temu | |
configure.ac | 7 lat temu |
Compilation
===========
#run aclocal automake and autoconf
./run_autotools.sh
#run the configure script
./configure
#make + unit testing
make && make check