diff options
author | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2008-08-10 13:01:34 +0000 |
---|---|---|
committer | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2008-08-10 13:01:34 +0000 |
commit | e3495089a8d1aa3eaf7a0cf1d183c98cd62b0a06 (patch) | |
tree | bd8f23a7573feacfbde0bb7c8c1ef5028d13c424 | |
parent | source beutyfication with astyle, following http://techbase.kde.org/Policies/... (diff) | |
download | gpg4usb-e3495089a8d1aa3eaf7a0cf1d183c98cd62b0a06.tar.gz gpg4usb-e3495089a8d1aa3eaf7a0cf1d183c98cd62b0a06.zip |
new README, which could go with the zip file
git-svn-id: http://cpunk.de/svn/src/gpg4usb@122 34ebc366-c3a9-4b3c-9f84-69acf7962910
-rw-r--r-- | README | 90 |
1 files changed, 43 insertions, 47 deletions
@@ -1,47 +1,43 @@ -If you have any questions and/or suggestions contact us at [email protected] - or feel free to meet us at [email protected] - -Mixing C & C++: ---------------- -http://developers.sun.com/solaris/articles/mixing.html -http://www.mrunix.de/forums/showthread.php?t=51595 - -qt-tutorial: ------------- -http://doc.trolltech.com/4.4/index.html - -Static qt: ----------- -test for static: ldd appname should result in "not a dynamic executable" - - -http://doc.trolltech.com/4.1/deployment-x11.html - -apt-get source libqt4-dev - -./configure -no-xrandr -no-xrender -no-fontconfig -no-xinerama -no-glib -no-sm -qt-zlib -static -prefix=//home/ubbo/Desktop/editors/src/qt4-x11-4.4.0 - -//after recompile with this flags nice layout is gone - -/* It's also worth mentioning that Qt will look for certain X11 extensions, -such as Xinerama and Xrandr, and possibly pull them in, including all -the libraries that they link against. If you can't guarantee the -presence of a certain extension, the safest approach is to disable -it when configuring Qt (e.g. ./configure -no-xrandr). */ - - - -then: - make clean - PATH=/path/to/Qt/bin:$PATH - export PATH - qmake -config release - make - -static libraries: -http://www.dwheeler.com/program-library/Program-Library-HOWTO/x26.html - -http://www.trilithium.com/johan/2005/06/static-libstdc/ - - -http://dev.mysql.com/doc/query-browser/en/mysql-gui-install-source-linux-compiling-static.html - +ABOUT +----- +gpg4usb is an easy to use, small portable editor with the possibility +to encrypt and decrypt any text-message or -file you want. For encryption it acts as +a gpg-frontend (http://gnupg.org/) Its intend is to be used from an usb-stick, +running on Windows(TM) and Linux. Providing a mac-binary is on our TODO-list. + +Our aim is, to give anyone the possibility to send and receive secure encrypted +messages anywhere - on any computer out there, no matter if Microsoft Windows(TM) +or Linux is running on it. Therefore it's usage should be self-describing, and the +user-interface is kept as simple as possible. + +Of course gpg4usb is open source, as are included libs and binaries. + +OBTAINING +--------- +You can get prepacked zip-files from http://dav.cpunk.de/ . +For retrieving the source checkout http://cpunk.de/svn/src/ . + +HOWTO USE +--------- +1. Unzip gpg4usblib.zip on your usb-stick. +2. start programm with start_windows.exe or start_linux (depending on your os) +3. import your private key and some public keys +4. enjoy portable encryption ;-) + +CONTACT +------- +If you have any questions and/or suggestions contact us at [email protected] - or feel free to meet us at [email protected] + +Our homepage is located at [insert here]. + +LICENSES +-------- +gpg4usblib itself is licensed under the GPL (see COPYING). + +There are some libries and the gpg-binary included in the zip-file / a static +gpg-build which (may) have different licenses, for more information check +their homepages. + +GPG: http://gnupg.org/ +QT: http://trolltech.no/ , http://trolltech.no/downloads/opensource |