From 6c79a9116b4cedd1177c72585bf9e906bcd972db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Ne=C4=8Dada?= Date: Tue, 23 Jun 2020 15:30:21 +0300 Subject: [PATCH] Mention submodule in README Former-commit-id: 010fe7beb14bef1e56be720e2196716baebc5998 --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 215d41e..1b51e3b 100644 --- a/README.md +++ b/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][]. -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} cmake -DCMAKE_INSTALL_PREFIX=${YOUR_PREFIX} .