Here is described only current version instalation, older instalation are described
in tgz archive.
Dependencies
This software have no special requirement, it use only standard c
librarys (stdio.h, unistd.h, terminos.h, fcntl.h, string.h, stdlib.h)
Installation
Installation is made with stantard make and make install.
decompress prog-1.0.0.tgz
tar xzvf prog-1.0.0.tgz
then go to source directory
cd lamaprog-1.0.0/prog-sw
run make (configuration is make in Makefile)
make
run make install
make install
If make install failed you can make installation manualy
copy prog binary to executable directory (~/bin, /usr/local/bin, /usr/bin, ...)
cp prog ~/bin
If you will use czech localization copy prog.mo to your locale
directiory (/usr/share/locale/cs_CZ/LC_MESSAGES)
cp prog.mo /usr/share/locale/cs_CZ/LC_MESSAGES
User that uses the programmer have to have write access to /dev/ttySX (to
serial port device). This is depend on your system, in my system (suse 7.2)
I add user to group tty. The simplest way is to give write access to all.