removing a bug: runfinte returns imediately
[runfinite.git] / INSTALL.txt
1 To configure the source code you may execute
2
3 autoreconf --install
4 mkdir -p bin
5 cd bin
6 ../configure
7
8 After that you can compile & install the project by
9
10 make
11 make install
12
13
14 If you want to enable debug-information, you may want to call "../configure --enable-debug"
15
16