summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMathieu Lirzin <mthl@gnu.org>2016-08-03 02:45:56 +0200
committerMathieu Lirzin <mthl@gnu.org>2016-08-03 02:53:13 +0200
commit1cfacbc6ff795d5172e6ca21a0bd3583ba1bcc74 (patch)
tree9feeea575814d1adb1f7deb572445f1fee057215 /README
parent8525c8422c3cee4156c468ddfb35ed64e223f530 (diff)
downloadcuirass-1cfacbc6ff795d5172e6ca21a0bd3583ba1bcc74.tar
cuirass-1cfacbc6ff795d5172e6ca21a0bd3583ba1bcc74.tar.gz
maint: Update README.
* README: Update build instructions.
Diffstat (limited to 'README')
-rw-r--r--README18
1 files changed, 14 insertions, 4 deletions
diff --git a/README b/README
index c27c472..de58fd4 100644
--- a/README
+++ b/README
@@ -4,12 +4,22 @@ intended as replacement for Hydra.
Requirements
============
-GNU Guix must be installed along with all its development dependencies
-as described here:
+Cuirass currently depends on the following packages:
- https://www.gnu.org/software/guix/manual/html_node/Building-from-Git.html#Building-from-Git
+ - GNU Guile 2.0.9 or later
+ - GNU Guix (and all its development dependencies)
+ - GNU Make
+ - Guile-JSON
+ - Guile-SQLite3
+ - Git
-Its modules must be found by Guile in '%load-path'.
+A convenient way to install those dependencies is to install Guix and execute
+the following command:
+
+ ./build-aux/guix-env
+
+This will build and enter an environment which provides all the necessary
+dependencies.
Example
=======