update the instructions as suggested by @SarodYatawatta
This commit is contained in:
parent
68475f9b91
commit
06aa95abe0
11
INSTALL.md
11
INSTALL.md
|
@ -67,10 +67,9 @@ vr 2 dec 2016 23:07:19 CET
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
<!---
|
|
||||||
|
|
||||||
|
## Manual installation
|
||||||
## 1 Prerequsites:
|
### 1 Prerequsites:
|
||||||
- CASACORE http://casacore.googlecode.com/
|
- CASACORE http://casacore.googlecode.com/
|
||||||
- glib http://developer.gnome.org/glib
|
- glib http://developer.gnome.org/glib
|
||||||
- BLAS/LAPACK
|
- BLAS/LAPACK
|
||||||
|
@ -85,12 +84,12 @@ vr 2 dec 2016 23:07:19 CET
|
||||||
- Get the source for SAGECal : git clone git://git.code.sf.net/p/sagecal/code sagecal-code
|
- Get the source for SAGECal : git clone git://git.code.sf.net/p/sagecal/code sagecal-code
|
||||||
|
|
||||||
|
|
||||||
## 2 The basic way to build is
|
### 2 The basic way to build is
|
||||||
1.a) go to ./src/lib and run make (which will create libsagecal.a)
|
1.a) go to ./src/lib and run make (which will create libsagecal.a)
|
||||||
1.b) go to ./src/MS and run make (which will create the executable)
|
1.b) go to ./src/MS and run make (which will create the executable)
|
||||||
|
|
||||||
|
|
||||||
## 3 Build settings
|
### 3 Build settings
|
||||||
In ./src/lib and ./src/MS you MUST edit the Makefiles to suit your system. Some common items to edit are:
|
In ./src/lib and ./src/MS you MUST edit the Makefiles to suit your system. Some common items to edit are:
|
||||||
- LAPACK: directory where LAPACK/OpenBLAS is installed
|
- LAPACK: directory where LAPACK/OpenBLAS is installed
|
||||||
- GLIBI/GLIBL: include/lib files for glib
|
- GLIBI/GLIBL: include/lib files for glib
|
||||||
|
@ -110,6 +109,7 @@ In ./src/lib and ./src/MS you MUST edit the Makefiles to suit your system. Some
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# SAGECAL-MPI Installation
|
# SAGECAL-MPI Installation
|
||||||
|
|
||||||
## 1 Prerequsites:
|
## 1 Prerequsites:
|
||||||
|
@ -133,4 +133,3 @@ In ./src/lib and ./src/MS you MUST edit the Makefiles to suit your system. Some
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
-->
|
|
||||||
|
|
Loading…
Reference in New Issue