-
Notifications
You must be signed in to change notification settings - Fork 11
Installation of binaries
Frank Thomas Tveter edited this page Jan 24, 2020
·
3 revisions
Here are the instructions to install the astro-api
stand-alone binaries on Ubuntu (bionic)
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
mkdir test; cd test
git clone https://github.com/FrankThomasTveter/astro-api
cd astro-api/astro/src
make
cd astro
make bin
emacs astro.in # set your astro-api parameters here
./run