summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorgregory guy <[email protected]>2019-10-04 11:45:25 +0200
committergregory guy <[email protected]>2019-10-04 11:45:25 +0200
commit9d0564a276704047b945bc292ed372f7fd60074a (patch)
treed37db5dd575a3b7dd716394eecf973c1834ebc73 /README
parente820e13dfc0d160b1210c175d11e539c2d1ebfc2 (diff)
downloadkbarcode-9d0564a276704047b945bc292ed372f7fd60074a.tar.gz
kbarcode-9d0564a276704047b945bc292ed372f7fd60074a.zip
Drop automake build support.
Add basic build instructions with cmake. Deleted empty file NEWS. Deleted obsolete kbarcode.spec file.
Diffstat (limited to 'README')
-rw-r--r--README41
1 files changed, 7 insertions, 34 deletions
diff --git a/README b/README
index 0e05c15..245b013 100644
--- a/README
+++ b/README
@@ -1,27 +1,19 @@
kBarcode
-General Information:
-Project Webpage: http://www.kbarcode.net
-Core Members: Stonki <[email protected]>
-Mailinglist: [email protected]
-IRC Channel: irc.openprojects.net #kbarcode
-
-
-Project Description:
-====================
-KBarcode is a barcode and label printing application for Linux and KDE 3. It can
+KBarcode is a barcode and label printing application. It can
be used to print every thing from simple business cards up to complex
labels with several barcodes (e.g. article descriptions). KBarcode
comes with an easy to use WYSIWYG label designer, a setup wizard,
batch import of labels (directly from the delivery note), thousands
of predefined labels, database managment tools and translations
in many languages. Even printing more than 10.000 labels in one go is
-no problem for KBarcode. Additionally it is a simply xbarcode
-replacement for the creation of barcodes. All major types of barcodes
-like EAN, UPC, CODE39, DataMatrix and ISBN are supported.
+no problem for KBarcode.
-It works of course on any platform supported by KDE and not only Linux!
+Additionally it is a simply xbarcode replacement for the creation of
+barcodes. All major types of barcodeslike EAN, UPC, CODE39, DataMatrix
+and ISBN are supported.
+
+It works of course on any platform supported by TDE.
Languages:
* English
@@ -34,26 +26,7 @@ Languages:
* Swedish
Requirements:
-* KDE 3.x
* GnuBarcode (RunTime)
* TBarcode(RunTime)
* ImageMackick (RunTime)
* Qt SQL Tools (optional)
-
-Germany, 05. June 2002
- (updated 31.10.2002)
- (updated 02.02.2003)
- (updated 22.10.2003)
-
-Compiling KBarcode from CVS:
-============================
-
-To compile KBarcode from CVS you have to use the following commands:
-
-make -f admin/Makefile.common
-./configure
-make
-su
-make install
-
-Be sure to use the first step which will create the configure script for you.