From f051ec7626677204213dfe43e2d795a65f275945 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Fri, 19 Nov 2021 17:46:12 +0530 Subject: README: Add installation instructions. * README.org (Installation): New section. --- README.org | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'README.org') diff --git a/README.org b/README.org index 5afde36..a9504a8 100644 --- a/README.org +++ b/README.org @@ -14,6 +14,30 @@ can interactively execute workflows while developing them. #+BEGIN: download #+END: +* Installation +** Using Guix + +The easiest and best way (considering reproducibility) is to install +ccwl through [[https://guix.gnu.org/][GNU Guix]]. The Guix package definition for ccwl is in the +file /guix.scm/. You can use it to install ccwl by running +#+BEGIN_SRC shell + $ guix package -if guix.scm +#+END_SRC + +** Manually + +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 + +#+BEGIN_SRC shell + $ ./bootstrap.sh + $ ./configure; make; make install +#+END_SRC + +If you are using a release tarball, you may skip the /bootstrap.sh/ +step. + * Documentation [[https://ccwl.systemreboot.net/manual/dev/en/][Documentation for ccwl]] is available online. If ccwl is installed on -- cgit v1.2.3