aboutsummaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
authorArun Isaac2021-02-26 17:04:29 +0530
committerArun Isaac2021-02-26 17:04:29 +0530
commit0b009153e2505b0321c61d5ee70822fa0fb7198d (patch)
tree431102ff73dc36f1dd4f04a46ab9fe56cae36159 /README.org
parent669e1c1912430560e6f5fffc92d0e2710d015423 (diff)
downloadnsmc-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.
Diffstat (limited to 'README.org')
-rw-r--r--README.org1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.org b/README.org
index 5e46260..b33f436 100644
--- a/README.org
+++ b/README.org
@@ -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.