|
|
||||||||||||
|
If you are satisfied with KBarcode, you support KBarcodes further
development and support the developer Dominik with a small donation.
You can easily transfer even small amounts from your credit card using
paypal. |
What is a CVS access ? Why should I use it ?Good question. CVS stands for Concurrent Versions System and is a system to allows multiply developers to work with one code base. The kbarcode team is using this software to develop kbarcode .
For you as a user, CVS offers you direct access to the latest versions of kbarcode ! But be aware, these versions are real development version, they may crash, they may delete your computer and in the worse case, your computer will boot as Windows XP.
Ok, how do I download it ?first you have a open a shell and run two commands:
This will download the latest code. Once downloaded, just change into the "kbarcode" directory and configure and compile the code. How to Compile the code ?normaly a just type in:
that should compile kbarcode. Than (as root) you can install kbarcode with "make install" as normal.
In case you got some strange errors during configure and make, you can first try to create a new Makefile with the command:
Than start again with "./configure && make && make_install". After installation you can starting kbarcode with typing "kbarcode". What else do I have to consider ?
Can I browse the code within the Web Browser ?Yes, you can. Please visit: cvs.sourceforge.net/cgi-bin/viewcvs.cgi/kbarcode |
||||||||||||