Month: April 2015

Building Gpredict on Ubuntu from trunk (04/2015)

This instruction is written on Ubuntu 14.10 x86_64. Get the required tools for building: sudo apt-get install automake build-essential make sudo apt-get install intltool libgoocanvas-dev sudo apt-get install libgtk2.0-dev libcurl4-openssl-dev sudo apt-get install intltool libgoocanvas-dev sudo apt-get install libgtk2.0-dev libcurl4-openssl-dev Get files from git and build: git clone https://github.com/csete/gpredict.git cd gpredict ./autogen.sh make sudo make

Read More 

Building hamlib on Ubuntu from trunk (04/2015)

This instruction is written on Ubuntu 14.10 x86_64. Get the required tools for building: sudo apt-get install automake libtool build-essential make texinfo Get files from git git clone https://github.com/N0NB/hamlib.git cd hamlib chmod +x autogen.sh ./autogen ./configure make This instruction is for hamlib-1.2.15.3. The readme and Install file specify to use ./configure, but in the latest

Read More