Yann Weber 376f585004 Removed -ansi gcc option from autotools | 7 gadus atpakaļ | |
---|---|---|
docs | 7 gadus atpakaļ | |
m4 | 7 gadus atpakaļ | |
src | 7 gadus atpakaļ | |
tests | 7 gadus atpakaļ | |
.gitignore | 7 gadus atpakaļ | |
AUTHORS | 7 gadus atpakaļ | |
COPYING | 7 gadus atpakaļ | |
ChangeLog | 7 gadus atpakaļ | |
INSTALL | 7 gadus atpakaļ | |
Makefile.am | 7 gadus atpakaļ | |
NEWS | 7 gadus atpakaļ | |
README | 7 gadus atpakaļ | |
bootstrap.sh | 7 gadus atpakaļ | |
configure.ac | 7 gadus atpakaļ |
Compilation
===========
#run aclocal automake and autoconf
./run_autotools.sh
#run the configure script
./configure
#make + unit testing
make && make check