aboutsummaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
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.