KpGen Code
Status: Beta
Brought to you by:
ammorais
| File | Date | Author | Commit |
|---|---|---|---|
| icons | 2009-06-18 |
|
[c2446a] Moved files and created the Makefile |
| licences | 2009-06-18 |
|
[00cf5b] Added Licences, Improved the Readme.txt |
| src | 2009-06-19 |
|
[662bbc] Changed the makefile |
| Changelog.txt | 2009-06-18 |
|
[14d8de] More changes |
| Makefile | 2009-06-19 |
|
[662bbc] Changed the makefile |
| Makefile.mingw | 2009-06-19 |
|
[6111f3] Makefile.mingw updated |
| README.txt | 2009-06-18 |
|
[00cf5b] Added Licences, Improved the Readme.txt |
| gitversion | 2009-06-19 |
|
[662bbc] Changed the makefile |
| kpgen.desktop | 2009-06-18 |
|
[42d4e5] Added buildnumber to the About Page |
| printgitdate.sh | 2009-06-19 |
|
[662bbc] Changed the makefile |
Kpgen (C) 2009 - Álvaro Morais
Version 1.2 - Beta 2
The latest package of KpGen can be found on
http://sourceforge.net/projects/kpgen/
KpGen depends on Crypto++(development and runtime) and QT 4
See your distro documentation on how to install this libraries.
This are instructions to build on LINUX/BSD like systems
To install on Microsoft Windows systems please download the
prebuilt package.
To compile type:
make
to install type:
make install
to uninstall type:
make uninstall
to clean type:
make clean
INSTALATION COSTUMIZATION PROCEDURE:
By default kpgen will install on /usr/local. If you want to change this edit
the line:
PREFIX=/usr/local
on the Makefile
if you have kde installed you probably want to install on the kde path
to find the kde path type:
kde-config --prefix
or
kde4-config --prefix
To disable the system tray completely edit the src/kpgen.pro and comment:
DEFINES += KPGEN_USE_SYSTEM_TRAY