Installation on Unix/Linux
Releases
Beta 2
This version is way more mature, but the API/ABI has changed. Please update your modules/programs.
Sources :
Then, follow the basic CMake steps :
$ mkdir build $ cd build $ cmake .. $ make -j2 # make install
MD5 sums
- 200aa465fbe129c75babea2b3e222203 ppasskeeper-1.0b2_src.tar.bz2
- aa7550e7b84390024ea03a21bfb31d70 ppasskeeper-1.0b2_src.tar.gz
- MD5SUM
Packages
- Archlinux : You can get packages in AUR ( aur/ppasskeeper) or use the mupuf or the mupuf64 repo.
- Ubuntu: i386, x86_64 to come. These packages have been tested with Ubuntu 9.10 but may with older versions or with Debian.
- Fedora : i686, x86_64 to come. These packages have been tested with Fedora 12 but may with older versions or with Mandriva/Open Suse.
- Binary : i386, i686, x86_64 to come.
- Feel free to create packages, I'll put them up here.
MD5 sums
- 2f39475f16a69ac050b9626d097b1b61 ppasskeeper-1.0.0-b2_i386.deb
- cbc4114df5415227e0dc1d04771bf5f0 ppasskeeper-1.0.0-b2_i386.tar.gz
- 4dbea4f00761adaf63f245f232810f01 ppasskeeper-1.0.0-b2-i686.rpm
- 501e92a8911774ac9f729eba00f4df02 ppasskeeper-1.0.0-b2_i686.tar.gz
- MD5SUM
SVN
You will be able to install ppasskeeper from SVN by typing theses commands into your favourite shell :
$ svn co svn://ppasskeeper.mupuf.org/ ppasskeeper $ cd ppasskeeper $ mkdir build $ cd build $ cmake .. $ make -j2 # make install
You should be aware that ppasskeeper from SVN is a development version. So, unless you are a developer, you may prefer using stable releases.
