From 557d4d22cfee20578faec848905510c45ed21835 Mon Sep 17 00:00:00 2001 From: hooper114 Date: Mon, 20 Oct 2008 07:23:34 +0000 Subject: [PATCH] Added cmake instructions --- readme | 28 ++++++++++++++++++++++++---- 1 file changed, 24 insertions(+), 4 deletions(-) diff --git a/readme b/readme index 29f945ea..200d627f 100644 --- a/readme +++ b/readme @@ -27,13 +27,33 @@ The Zint project is committed to providing the open source community with encodi all public domain barcode standards. For this we need access to the standard documentation and, unfortunately, this is not free. Your donation will contribute towards the purchase of standard documents from ANSI. Standards which we hope to add to Zint in this way include Aztec Mesas, Code 49, -Supercode, Code One. If you have a preference regarding -which standard you would like your donation to go towards then please let us know and we will reserve your -donation for that standard. +Supercode, Code One and many others. To donate to this project go to: http://sourceforge.net/project/project_donations.php?group_id=199350 +QT FRONT END +------------ + +This package includes a Qt4 GUI front end. This feature is still under development but if you would +like to give it a try then here is how to get to it: You will need Qt4 and cmake to compile the code. +cd to the folder that contains this README file then... + +mkdir 'build' +cd build +cmake .. +make -j2 + +This will make libzint library and a Qt specific version of the library. To install these do the following +as root: + +make install + +You can then execute the Qt front end with + +./frontend_qt4/QZint_frontend + + CONTACT ME ---------- @@ -41,7 +61,7 @@ The home of libzint is http://www.sourceforge.net/projects/zint -and a new home for information about Zint is under construction at: +and the home for information about Zint is at: http://www.zint.org.uk