1See README for requirements.
2
3Check configuration options:
4[home]$ ./configure --help
5
6# Try default settings with:
7[home]$ ./configure
8...or...
9[home]$ ./configure --without-gtkspell --without-tlen etc.... (check --help for details)
10
11[home]$ make
12[home]$ make install (preferably as root)
13