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