Hacker News new | ask | show | jobs
by bonzoesc 4756 days ago
I got this to build on Ubuntu 12.10 Quantal Quetzal:

    libtoolize
    aclocal
    autoheader
    automake --add-missing
    autoconf
    ./configure 
    make
No performance numbers 'cause I did it on a slow machine though.
1 comments

Here's a more-robust way to bootstrap:

    autoreconf -I
    ./configure
    make