*================================================ * README.txt - PART OF PERSO 3.0 * http://perso.sourceforge.net *================================================ Perso - Utility for identity cards ------------------------------------------------- QUICK-INFO ------------------------------------------------- Perso has three modi: + GENERATION "./perso --example [FIELD=VALUE...]" + EXTRACTION "./perso --extract FIELD ID-NUMBER" + CHECK "./perso --check ID-NUMBER" Use "./perso --help" for another quick help;-) See "./scripts/" for some helpfull scripts. See "./doc/" for a full documentation. ------------------------------------------------- COMPILING ------------------------------------------------- Please update CURRENT_YEAR in "./src/perso.cc" For UNIX-systems use "./makeUNIX.sh". This script compiles perso and creates a dynamically linked and a static binary. If you want to use the scripts under "./scripts/" in combination with the static binary, delete "./bin/perso" and create a link from "./bin/perso.static" to "./bin/perso" ("ln -s perso.static perso").