Mention submodule in README
Former-commit-id: 010fe7beb14bef1e56be720e2196716baebc5998
This commit is contained in:
parent
884baca199
commit
6c79a9116b
11
README.md
11
README.md
|
@ -52,7 +52,16 @@ you can [get the source and compile it yourself][GSL].
|
||||||
|
|
||||||
You also need a fresh enough version of [cmake][].
|
You also need a fresh enough version of [cmake][].
|
||||||
|
|
||||||
After GSL is installed, you can install qpms to your local python library using
|
QPMS uses a C version of the Amos library for calculating Bessel function
|
||||||
|
from a submodule. Before proceeding with running `cmake`, the submodules
|
||||||
|
need to be downloaded first (in the QPMS source root directory):
|
||||||
|
|
||||||
|
```{.sh}
|
||||||
|
git submodule init
|
||||||
|
git submodule update
|
||||||
|
```
|
||||||
|
|
||||||
|
After GSL is installed and submodules updated, you can install qpms to your local python library using
|
||||||
|
|
||||||
```{.sh}
|
```{.sh}
|
||||||
cmake -DCMAKE_INSTALL_PREFIX=${YOUR_PREFIX} .
|
cmake -DCMAKE_INSTALL_PREFIX=${YOUR_PREFIX} .
|
||||||
|
|
Loading…
Reference in New Issue