Software
Version 0.1.1
2004-08-21


Installation instructions
2003-08-08

  1. Obtain the file with the current version of LFC (lfc-X.Y.tar.gz or lfc-X.Y.tar.bz2)
  2. 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 -
  3. Go to the LFC directory (folder) which was created by the previous step (you may use the cd lfc-X.Y command)
  4. Type:
    ./configure && make && make install
    in the LFC directory (folder)
  5. For further information refer to README file in the LFC directory (folder)


Nov 23 2009 Admin Login