updating install instructions

This commit is contained in:
Sarod Yatawatta 2018-08-28 09:43:14 +02:00
parent 2130398fea
commit 1a15fbe07e
1 changed files with 10 additions and 6 deletions

View File

@ -1,4 +1,4 @@
wo 4 apr 2018 13:36:14 CEST
di 28 aug 2018 9:37:58 CEST
# SAGECal Installation
## Cmake Build
@ -28,6 +28,8 @@ wo 4 apr 2018 13:36:14 CEST
- libglib2.0-dev
- follow the instructions at
[https://github.com/casacore/casacore](https://github.com/casacore/casacore) to install casacore.
- Additional packages (not essential, but recommended): MPI (openmpi), FFTW
### Building
@ -49,14 +51,16 @@ wo 4 apr 2018 13:36:14 CEST
cmake .. -DCASACORE_ROOT_DIR=/opt/soft/casacore/ -DENABLE_CUDA=OFF
```
      Compile with:
Compile with:
```
make -j4
make
```
Install at your favorite place
```
make DEST=/path/to/sagecal/dir install
```
- The sagecal executable can be found in
**dist/bin** folder. All the libraries will be stored in **dist/lib** folder.
- The sagecal executable can be found in **/path/to/sagecal/dir/bin**, also sagecal-mpi,buildsky and restore might be installed depending on the availability of MPI and WCSLIB/FFTW.