From 6959d94cffec45139601523a93a90aca83be6b33 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Fri, 26 Feb 2021 17:10:00 +0530 Subject: Link to dependencies in README. * README.org (Build): Link to dependencies. --- README.org | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'README.org') 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. -- cgit v1.2.3