install
The project provides several packages format to work on a maximum of operating systems :
windows users
- the recommanded choice is afick-{version].exe, which contain an install/uninstall program
- you can also use afick-{version].zip, if you do not rely on windows registry (old windows)
dependencies
You have to install perl. You can use :
- activeperl
- cygwin for console interface (it does not provide the Tk module, necessary
for the graphical interface)
You may also have to change windows assocation from .pl suffix to "perl -w" command
unix/linux users
- afick-{version].rpm for linux redhat, mandrake, suse, to be installed with the
rpm -Uvh
package.rpm
command
- afick-{version].deb for linux debian, to be installes with the
dpkg -i package.deb
command
- afick-{version].tgz for other unix, to be installed by :
tar xvfz afick-{version}.tgz
cd afick*
perl Makefile.pl
make
dependencies
redhat
the following packages are needed :
the following packages are optionnals :
- perl-Tk : used only by afick-gui package
- perl-Digest-SHA1 : if you want to use SHA1 checksum
mandrake
the following packages are needed :
- perl-base
- perl
- perl-Digest-MD5
the following packages are optionnals :
- perl-Tk : used only by afick-gui package
- perl-Digest-SHA1 : if you want to use SHA1 checksum
debian
debian users may use apt to install/update afick : just add the following line in your
sources.list
deb http://eric.gerbier.free.fr/download/pool ./
the following packages are needed :
- perl-base
- perl
- perl-module
- libdigest-md5-perl
the following packages are optionnals :
- perl-Tk : used only by afick-gui package
- libdigest-sha1-perl : if you want to use SHA1 checksum
back to main page