11. Installation
2-------------------------------------------------------------------------------
3
4To install hlfl, do :
5
6./configure
7make
8make install
9
10
11Everything will be stored under /usr/local. If you want hlfl to be installed
12somewhere else, then do :
13
14	./configure --prefix=/path/where/you/want/hlfl/to/live
15
16
17Some files will be stored in /usr/local/share/hlfl. If you want them
18to be stored at some other place, then do :
19
20	./configure --datadir=/path/to/the/dir/you/want
21
222. Usage
23-------------------------------------------------------------------------------
24
25	Please read doc/syntax.txt and/or 'man hlfl'
26