From 9a322ee22513f62020e8f31c7d6cfc0a6c842705 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Fri, 11 Feb 2022 14:39:51 +0530 Subject: README: Mention dependencies to build the manual. * README.org (Manually from source): Mention dependencies graphviz, cwltool and skribilo that are required to build the manual. --- README.org | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.org b/README.org index e1e2a48..3d8e31a 100644 --- a/README.org +++ b/README.org @@ -59,7 +59,9 @@ by running You can also install ccwl more traditionally using the provided GNU build system scripts. You will have to ensure that the necessary -dependencies (guile and guile-libyaml) are installed, and then run +dependencies (guile and guile-libyaml are core dependencies; graphviz, +cwltool and skribilo are required to build the manual) are installed, +and then run #+BEGIN_SRC shell $ ./configure; make; make install -- cgit v1.2.3