Friday, July 04, 2014

Compile source from SVN

$ apt-get install libtool automake
$ libtoolize --force
$ aclocal
$ autoheader
$ automake --force-missing --add-missing
$ autoconf