|
hace 8 años | |
---|---|---|
debian | hace 8 años | |
docs | hace 8 años | |
m4 | hace 8 años | |
src | hace 8 años | |
tests | hace 8 años | |
.gitignore | hace 8 años | |
AUTHORS | hace 8 años | |
COPYING | hace 8 años | |
ChangeLog | hace 8 años | |
INSTALL | hace 8 años | |
Makefile.am | hace 8 años | |
NEWS | hace 8 años | |
README | hace 8 años | |
bootstrap.sh | hace 8 años | |
configure.ac | hace 8 años |
Compilation
===========
#run aclocal automake and autoconf
./run_autotools.sh
#run the configure script
./configure
#make + unit testing
make && make check