Skip to content

alexcraven/tarquin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TARQUIN compilation instructions

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 and install protobuf 2.3.0

git clone https://github.com/ooici/protobuf-2.3.0.git
cd protobuf-2.3.0
./configure
make
sudo make install

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 77.2%
  • Fortran 13.1%
  • C 4.9%
  • CMake 2.7%
  • MATLAB 0.9%
  • Cuda 0.6%
  • Other 0.6%