aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Isaac2022-02-11 14:39:51 +0530
committerArun Isaac2022-02-11 14:39:51 +0530
commit9a322ee22513f62020e8f31c7d6cfc0a6c842705 (patch)
treee8524ffb69da62758d9985103008c974d932e5c5
parent658925fd83b99faf6ba523e675c3d2dfa8b01714 (diff)
downloadccwl-9a322ee22513f62020e8f31c7d6cfc0a6c842705.tar.gz
ccwl-9a322ee22513f62020e8f31c7d6cfc0a6c842705.tar.lz
ccwl-9a322ee22513f62020e8f31c7d6cfc0a6c842705.zip
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.
-rw-r--r--README.org4
1 files changed, 3 insertions, 1 deletions
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