Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 790 Bytes

README.md

File metadata and controls

33 lines (26 loc) · 790 Bytes

Linux installation

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.

Compilation instructions for Ubuntu 18.04 and MX Linux 18

install packages

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

download TARQUIN source core

git clone https://github.com/martin3141/tarquin.git
cd tarquin/src
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ../ 
make

Arch Linux and Manjaro

git clone https://aur.archlinux.org/tarquin.git
cd tarquin
makepkg -si