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