************
* overview *
************

This software is intented to easily PIC microcontrolers programs.
You just provide it an assembler file (.asm), and it generates an hexadecimal file (.hex)
It uses gpasm assembler.


****************
* requierement *
****************

You need at least GTK1.2
You also need gpasm (go to http://www.gnupic.org)

****************
* installation *
****************

Uncompress the package using tar zxvf xgpasm-1.0.tar.gz

Enter in the directory xgpasm-1.0

Then type ./configure

If your system is ok, just type make

Log you as root using su command

Then type make install.

Now you can launch the software typing /usr/local/bin/xgpasm


If the configure script can't find your gpasm package, run the configure script with the option --with-gpasm=/full/path/to/gpasm
