diff options
author | Arun Isaac | 2021-02-26 17:10:00 +0530 |
---|---|---|
committer | Arun Isaac | 2021-02-26 17:10:00 +0530 |
commit | 6959d94cffec45139601523a93a90aca83be6b33 (patch) | |
tree | d48c1beabffa7928995f7d6f82b1dea6d05de115 | |
parent | 0b009153e2505b0321c61d5ee70822fa0fb7198d (diff) | |
download | nsmc-6959d94cffec45139601523a93a90aca83be6b33.tar.gz nsmc-6959d94cffec45139601523a93a90aca83be6b33.tar.lz nsmc-6959d94cffec45139601523a93a90aca83be6b33.zip |
Link to dependencies in README.
* README.org (Build): Link to dependencies.
-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. |