add make command to instructions
This commit is contained in:
parent
6209d8fb6d
commit
8153a944e3
|
@ -28,8 +28,10 @@ vr 2 dec 2016 23:07:19 CET
|
||||||
```
|
```
|
||||||
mkdir build && cd build
|
mkdir build && cd build
|
||||||
cmake .. -DCASACORE_ROOT_DIR=/opt/soft/casacore/ -DENABLE_CUDA=OFF
|
cmake .. -DCASACORE_ROOT_DIR=/opt/soft/casacore/ -DENABLE_CUDA=OFF
|
||||||
|
make -j4
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
- The sagecal executable can be found in
|
- The sagecal executable can be found in
|
||||||
**dist/bin** folder. All the libraries will be stored in **dist/lib** folder.
|
**dist/bin** folder. All the libraries will be stored in **dist/lib** folder.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue