|
How to develop pdf417codec
Read this page if you want to help with the development of the pdf417codec library.
Help is urgently needed, especially for the decoding of an image and the recognition
of the barcode symbol characters in it.
Tools for development
The following tools are necessary or recommended for development in D:
- D Compiler and Linker (DMD or
GDC)
- The build tool (detects
automatically all files needed to recompile and starts compiler, therefore no makefile necessary).
- A good text editor with D syntax highlighting (e. g.
JEdit or
Crimson Editor)
- Also recommended: Doxygen
(to generate the source code documentation) in combination with
dfilter to preprocess
D sources for Doxygen.
| |