diff options
author | Arun Isaac | 2021-02-26 17:04:29 +0530 |
---|---|---|
committer | Arun Isaac | 2021-02-26 17:04:29 +0530 |
commit | 0b009153e2505b0321c61d5ee70822fa0fb7198d (patch) | |
tree | 431102ff73dc36f1dd4f04a46ab9fe56cae36159 | |
parent | 669e1c1912430560e6f5fffc92d0e2710d015423 (diff) | |
download | nsmc-0b009153e2505b0321c61d5ee70822fa0fb7198d.tar.gz nsmc-0b009153e2505b0321c61d5ee70822fa0fb7198d.tar.lz nsmc-0b009153e2505b0321c61d5ee70822fa0fb7198d.zip |
Specify GSL as a dependency in README.
* README.org (Build): Specify GSL as a dependency.
-rw-r--r-- | README.org | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,6 +6,7 @@ Build dependencies are - cmake and make (for the build system) - sph-sc (to generate C sources from SC sources) - indent (optional; to indent the generated sources) +- GNU Scientific Library (for vector and scientific functions) - guile (for the scheme wrappers) To build, run the following commands. |