9 lines
157 B
Text
9 lines
157 B
Text
Compilation
|
|
===========
|
|
|
|
#run aclocal automake and autoconf
|
|
./run_autotools.sh
|
|
#run the configure script
|
|
./configure
|
|
#make + unit testing
|
|
make && make check
|