diff options
-rw-r--r-- | README.org | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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. |