==== gputils: GNU PIC Utilities ====
gputils is an assembler and linker for 8-bit PICMicros.
===Linux===
== Tools ==
sudo apt-get install build-essential subversion bison flex
== Release ==
cd /usr/src
wget https://downloads.sourceforge.net/project/gputils/gputils/1.5.0/gputils-1.5.0-1.tar.gz
tar zxvf gputils-1.5.0-1.tar.gz
cd gputils-1.5.0
./configure --prefix=/usr/local --disable-html-doc
make
make install
== SVN ==
cd /usr/src
svn checkout svn://svn.code.sf.net/p/gputils/code/trunk gputils-svn
cd gputils-svn/gputils
./configure --prefix=/usr/local --disable-html-doc
make
make install
gpasm -v
gpasm-1.5.2 #1319 (Aug 2 2020)
== SVN update ==
cd /usr/src/gputils-svn
svn update
cd gputils
make distclean
./configure --prefix=/usr/local --disable-html-doc
make
make install
gpasm -v
gpasm-1.5.2 #1319 (Aug 2 2020)
=== Cygwin ===
[[https://downloads.sourceforge.net/project/gputils/gputils-win32/1.5.0/gputils-1.5.0-1.exe|Install]]
When installation ends add gputils to the PATH in the dialog box (default).