To configure the source code you may execute autoreconf --install mkdir -p bin cd bin ../configure After that you can compile & install the project by make make install If you want to enable debug-information, you may want to call "../configure --enable-debug"