mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
Update version info
This commit is contained in:
parent
9ee63311ff
commit
0feb6152d6
@ -10,7 +10,7 @@ set(CMAKE_INCLUDE_CURRENT_DIR ON)
|
||||
|
||||
set (ZINT_VERSION_MAJOR 2)
|
||||
set (ZINT_VERSION_MINOR 1)
|
||||
set (ZINT_VERSION_RELEASE 0)
|
||||
set (ZINT_VERSION_RELEASE 1)
|
||||
set (ZINT_VERSION "${ZINT_VERSION_MAJOR}.${ZINT_VERSION_MINOR}.${ZINT_VERSION_RELEASE}" )
|
||||
|
||||
add_definitions (-DZINT_VERSION=\"${ZINT_VERSION}\" -Wall)
|
||||
|
@ -7,7 +7,7 @@
|
||||
# make clean cleans up a previous compilation and any object or editor files
|
||||
#
|
||||
|
||||
ZINT_VERSION:=-DZINT_VERSION=\"2.1.0\"
|
||||
ZINT_VERSION:=-DZINT_VERSION=\"2.1.1\"
|
||||
|
||||
|
||||
CC := gcc
|
||||
|
@ -6,7 +6,7 @@
|
||||
# make clean cleans up a previous compilation and any object or editor files
|
||||
#
|
||||
|
||||
ZINT_VERSION:=-DZINT_VERSION=\"2.1.0\"
|
||||
ZINT_VERSION:=-DZINT_VERSION=\"2.1.1\"
|
||||
|
||||
CC := gcc
|
||||
INCLUDE := -I/usr/local/include
|
||||
|
54
readme
54
readme
@ -1,4 +1,4 @@
|
||||
Zint and libzint 2.0.0
|
||||
Zint and libzint 2.1.1
|
||||
----------------------
|
||||
|
||||
Zint is a front end program and library which provides support for over 40 barcode symbologies
|
||||
@ -12,7 +12,8 @@ Extended Code 39, Code 93, PZN, Code 23, LOGMARS, Codabar, Pharmacode, Code 128,
|
||||
Code 16k, PDF417, MicroPDF417, Two-Track Pharmacode, PostNet, PLANET, Australia Post 4-State Symbols,
|
||||
RM4SCC, USPS OneCode, GS1 DataBar, DataBar-14, DataBar Limited, DataBar Extended, DataBar Stacked,
|
||||
Composite Symbology, Data Matrix, QR Code, Maxicode, Aztec Code, EAN-13, Codablock-F, Micro QR,
|
||||
FIM and Flattermarken.
|
||||
Korea Post Barcode, HIBC Code 128, HIBC Code 39, HIBC Data Matrix, HIBC PDF417, HIBC MicroPDF417,
|
||||
HIBC QR Code, HIBC Codablock-F, FIM and Flattermarken.
|
||||
|
||||
Full documentation is included in the 'docs' directory. The libzint back end code is included
|
||||
in the 'backend' directory, and the front end command line program 'zint' is included in the
|
||||
@ -70,4 +71,51 @@ I am keen to hear your ideas / recieve bug reports at robin@zint.org.uk
|
||||
Thanks for your interest in libzint.
|
||||
Happy encoding.
|
||||
|
||||
Robin.
|
||||
Robin.
|
||||
|
||||
|
||||
THINGS TO DO
|
||||
------------
|
||||
|
||||
If you are interested in expanding the functionality of this library then here are a few
|
||||
things which you may like to attempt:
|
||||
|
||||
Frontend
|
||||
--------
|
||||
The Qt front end needs a lot of work. It needs to be able to:
|
||||
* Show barcode images properly
|
||||
* Allow saving of generated barcodes to file
|
||||
* Allow copying of generated barcodes to the clipboard
|
||||
|
||||
Packaging
|
||||
---------
|
||||
Binary packages are needed for distribution in the following formats
|
||||
* RPMs for various Linux distros
|
||||
* DEB package for Debian
|
||||
* Install binaries for MS Windows
|
||||
* Install binaries for Mac OSX
|
||||
|
||||
Translations
|
||||
------------
|
||||
Documentation is currently only in English. If you have the knowledge and the
|
||||
time please consider translating into other languages.
|
||||
|
||||
Research
|
||||
--------
|
||||
The following standards would be welcomed in Zint but the full documentation has
|
||||
not yet been found.
|
||||
* DPD Code
|
||||
* Italian Postal Code
|
||||
* Japanese Postal Code
|
||||
|
||||
Programming
|
||||
-----------
|
||||
Some things which need to be added to the library:
|
||||
* Micro QR Code currently does not support Kanji character encoding
|
||||
|
||||
Coming Soon
|
||||
-----------
|
||||
Features which it is hoped will appear in this library soon:
|
||||
* Extended Channel Interpretations
|
||||
* Code 49
|
||||
* Code One
|
Loading…
Reference in New Issue
Block a user