Skip to content

Installation of binaries

Frank Thomas Tveter edited this page Jan 24, 2020 · 3 revisions

Quick installation

Here are the instructions to install the astro-api stand-alone binaries on Ubuntu (bionic)

Installation of Ubuntu tools

  sudo apt -y update
  sudo apt-get -y install git
  sudo apt -y install make
  sudo apt-get -y install gfortran
  sudo apt-get install -y emacs

Installation of astro-api binaries

  mkdir test; cd test

  git clone https://github.com/FrankThomasTveter/astro-api 
  cd astro-api/astro/src
  make
  cd astro
  make bin

Running the astro-api main binary

  emacs astro.in  # set your astro-api parameters here
  ./run