|
|
|
Installation instructions
|
2003-08-08
|
- Obtain the file with the current version of LFC (
lfc-X.Y.tar.gz or
lfc-X.Y.tar.bz2) - Uncompress the archive file - this creates a LFC
directory (folder). For tar/gzip or tar/bzip2 file you can
use one of the following commands:
gzip -dc lfc-X.Y.tar.gz | tar xf -
bzip2 -dc lfc-X.Y.tar.bz2 | tar xf -
- Go to the LFC directory (folder) which was created by
the previous step (you may use the cd lfc-X.Y command)
- Type:
./configure && make && make install
in the LFC directory (folder) - For further information refer to README file in the LFC
directory (folder)
|
|
|
|