# itchconfig/INSTALL - installation instructions # This file is part of itchconfig (), a # config tool created by Arne Thomassen; itchconfig is basically released under # certain versions of the GNU General Public License and WITHOUT ANY WARRANTY. # Read the file COPYING for license details, README for program information. # Copyright (C) 2002 Arne Thomassen To install itchconfig, do the following: - Uncompress the compressed itchconfig archive file, for example with one of the following commands: either: tar -xz < itchconfig-0.0.4.tar.gz or: gzip -d itchconfig-0.0.4.tar.gz; tar -xf itchconfig-0.0.4.tar This will create a new directory named "itchconfig-0.0.4" in the same directory which contains the compressed file. - Change into the newly created directory: cd itchconfig-0.0.4 - Configure itchconfig: ./configure Keep in mind that the configure script wasn't generated by GNU autoconf (of course:-), so it has different command-line options. Try "./configure --help" to get a list of them. - Install itchconfig: make install That's it. Have fun!