]> git.tuebingen.mpg.de Git - tfortune.git/blob - INSTALL
initial
[tfortune.git] / INSTALL
1 Dependencies: autoconf, gnu make, flex, bison, gcc or clang, lopsub
2
3 Run
4
5         ./autogen.sh && ./configure && make && sudo make install
6
7 to build and install this software.
8
9 The configure script checks if all required dependencies are installed
10 and prints an error message if one of them is missing.