Encryption with symmetric-key algorithm Kirmah
Go to file
2013-05-15 20:51:08 +02:00
kirmah bugfix somes gui issues on destination file 2013-05-15 20:51:08 +02:00
psr bugfix somes gui issues on destination file 2013-05-15 20:51:08 +02:00
resources bugfix somes gui issues on destination file 2013-05-15 20:51:08 +02:00
CHANGELOG bugfix somes gui issues on destination file 2013-05-15 20:51:08 +02:00
kirmah-cli.py bugfix somes gui issues on destination file 2013-05-15 20:51:08 +02:00
kirmah.py bugfix somes gui issues on destination file 2013-05-15 20:51:08 +02:00
README bugfix somes gui issues on destination file 2013-05-15 20:51:08 +02:00
setup.py bugfix somes gui issues on destination file 2013-05-15 20:51:08 +02:00

Kirmah 2.18 (2013-05-15)
=========================

Install on Archlinux
-------------------------
sudo pacman -U http://sourceforge.net/projects/kirmah/files/packages/archlinux/kirmah-2.18-1-any.pkg.tar.xz/download


(re)build instruction
-------------------------
mkdir /tmp/kirmah; cd /tmp/kirmah;
wget http://sourceforge.net/projects/kirmah/files/packages/archlinux/PKGBUILD/download
mv download PKGBUILD
wget http://sourceforge.net/projects/kirmah/files/packages/archlinux/kirmah.install/download
mv download kirmah.install
makepkg -s;


Install on other distrib
-------------------------
install pkg depends (look at archlinux PKGBUILD file wich provide usefull informations)

simply untar archive, then launch :
$ python ./kirmah/kirmah.py
$ python ./kirmah/kirmah-cli.py

you can also use python2 disutils and setup.py