From ffd0adeb0489e2b34b5373fc7cfd743413082636 Mon Sep 17 00:00:00 2001 From: Faruk D Date: Wed, 28 Feb 2018 10:12:02 +0100 Subject: [PATCH] upadate ubuntu instructions --- INSTALL.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index c7f310b..8da94eb 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -5,7 +5,8 @@ vr 2 dec 2016 23:07:19 CET ## Cmake Build ### Ubuntu -- Add KERN repository: http://kernsuite.info/ +- Add KERN repository. Intructions can be found at [http://kernsuite.info/](http://kernsuite.info/) +- Install following packages: ``` apt-get install -y git cmake g++ pkg-config libcfitsio-dev libcfitsio-bin libopenblas-dev libopenblas-base wcslib-dev wcslib-tools libglib2.0-dev ``` @@ -21,6 +22,12 @@ git clone -b sprint_cmake https://git@github.com/nlesc-dirac/sagecal.git mkdir build && cd build cmake .. -DCASACORE_ROOT_DIR=/opt/soft/casacore/ -DENABLE_CUDA=OFF ``` + +- The sagecal executable can be found in + **dist/bin** folder. All the libraries will be stored in **dist/lib** folder. + + + ### Via Anaconda (not complete) ``` conda install -c conda-forge casacore==2.4.1