summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README13
1 files changed, 11 insertions, 2 deletions
diff --git a/README b/README
index 9fdcc0effee..d2bbfacd5ae 100644
--- a/README
+++ b/README
@@ -16,14 +16,23 @@ Guix.
16Guix is based on the [[http://nixos.org/nix/][Nix]] package manager. 16Guix is based on the [[http://nixos.org/nix/][Nix]] package manager.
17 17
18 18
19* Hacking 19* Requirements
20 20
21GNU Guix currently depends on the following packages: 21GNU Guix currently depends on the following packages:
22 22
23 - [[http://gnu.org/software/guile/][GNU Guile 2.0.x]] 23 - [[http://gnu.org/software/guile/][GNU Guile 2.0.x]]
24 - [[http://nixos.org/nix/][Nix]]
25 - [[http://gnupg.org/][GNU libgcrypt]] 24 - [[http://gnupg.org/][GNU libgcrypt]]
26 25
26Unless `--disable-daemon' was passed, the following packages are needed:
27
28 - [[http://sqlite.org/][SQLite 3]]
29 - [[http://www.bzip.org][libbz2]]
30 - [[http://gcc.gnu.org][GCC's g++]]
31
32When `--disable-daemon' was passed, you instead need the following:
33
34 - [[http://nixos.org/nix/][Nix]]
35
27Optionally, packages from Nixpkgs may be transparently reused from Guix. 36Optionally, packages from Nixpkgs may be transparently reused from Guix.
28For this to work, you need to have a checkout of the Nixpkgs repository; 37For this to work, you need to have a checkout of the Nixpkgs repository;
29the `--with-nixpkgs' option allows you to let `configure' know where the 38the `--with-nixpkgs' option allows you to let `configure' know where the