Install direwolf on fresh install of linux mint 19.1

Pre-requisites:

sudo apt-get install build-essential

sudo apt-get install libasound2-dev

TO use gpsd need:
sudo apt-get install gpsd libgps-dev

To use USB GPIO (sound fob ) PTT need:
sudo apt-get install libudev-dev
cd ~
mkdir Radio
cd ~~/Radio/direwolf

make clean
make
sudo make install
make install-conf

edit direwolf.conf

 

for CM108PTT add user to audio group

Install Xastir on linux Mint from source using git

1. Install dependencies
sudo apt-get install git autoconf automake xorg-dev graphicsmagick gv libmotif-dev libcurl4-openssl-dev build-essential shapelib libshp-dev festival festival-dev libgeotiff-dev libgraphicsmagick1-dev

 

2. Get the code
git clone https://github.com/Xastir/Xastir

3. run bootstrap script and create a build directory
cd Xastir
/bootstrap.sh
mkdir build

4. Build, compile and install
cd build
../configure
make
sudo make install