The latest version of TARQUIN is available on the snap store.
sudo snap install tarquin
Use tarquin
and tarquingui
on the command line to run the command line and gui versions respectivly.
sudo apt-get install -y build-essential cmake liblapack-dev gfortran libf2c2-dev libfftw3-dev gnuplot libboost-filesystem-dev libboost-thread-dev libboost-test-dev libqt4-dev libqwt5-qt4-dev git
git clone https://github.com/martin3141/tarquin.git
cd tarquin/src
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ../
make
git clone https://aur.archlinux.org/tarquin.git
cd tarquin
makepkg -si