aboutsummaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
authorArun Isaac2021-02-26 17:10:00 +0530
committerArun Isaac2021-02-26 17:10:00 +0530
commit6959d94cffec45139601523a93a90aca83be6b33 (patch)
treed48c1beabffa7928995f7d6f82b1dea6d05de115 /README.org
parent0b009153e2505b0321c61d5ee70822fa0fb7198d (diff)
downloadnsmc-6959d94cffec45139601523a93a90aca83be6b33.tar.gz
nsmc-6959d94cffec45139601523a93a90aca83be6b33.tar.lz
nsmc-6959d94cffec45139601523a93a90aca83be6b33.zip
Link to dependencies in README.
* README.org (Build): Link to dependencies.
Diffstat (limited to 'README.org')
-rw-r--r--README.org8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.org b/README.org
index b33f436..cd3165f 100644
--- a/README.org
+++ b/README.org
@@ -4,10 +4,10 @@
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)
+- [[https://github.com/sph-mn/sph-sc][sph-sc]] (to generate C sources from SC sources)
+- [[https://www.gnu.org/software/indent/][indent]] (optional; to indent the generated sources)
+- [[https://www.gnu.org/software/gsl/][GNU Scientific Library]] (for vector and scientific functions)
+- [[https://gnu.org/software/guile][GNU Guile]] (for the scheme wrappers)
To build, run the following commands.