mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
doc: Add new dependencies in `README'.
* README (Hacking): Rename to... (Requirements): ... this. Add the daemon's dependencies.
This commit is contained in:
parent
5c403e3518
commit
e9f6d6dd45
1 changed files with 11 additions and 2 deletions
13
README
13
README
|
@ -16,14 +16,23 @@ Guix.
|
||||||
Guix is based on the [[http://nixos.org/nix/][Nix]] package manager.
|
Guix is based on the [[http://nixos.org/nix/][Nix]] package manager.
|
||||||
|
|
||||||
|
|
||||||
* Hacking
|
* Requirements
|
||||||
|
|
||||||
GNU Guix currently depends on the following packages:
|
GNU Guix currently depends on the following packages:
|
||||||
|
|
||||||
- [[http://gnu.org/software/guile/][GNU Guile 2.0.x]]
|
- [[http://gnu.org/software/guile/][GNU Guile 2.0.x]]
|
||||||
- [[http://nixos.org/nix/][Nix]]
|
|
||||||
- [[http://gnupg.org/][GNU libgcrypt]]
|
- [[http://gnupg.org/][GNU libgcrypt]]
|
||||||
|
|
||||||
|
Unless `--disable-daemon' was passed, the following packages are needed:
|
||||||
|
|
||||||
|
- [[http://sqlite.org/][SQLite 3]]
|
||||||
|
- [[http://www.bzip.org][libbz2]]
|
||||||
|
- [[http://gcc.gnu.org][GCC's g++]]
|
||||||
|
|
||||||
|
When `--disable-daemon' was passed, you instead need the following:
|
||||||
|
|
||||||
|
- [[http://nixos.org/nix/][Nix]]
|
||||||
|
|
||||||
Optionally, packages from Nixpkgs may be transparently reused from Guix.
|
Optionally, packages from Nixpkgs may be transparently reused from Guix.
|
||||||
For this to work, you need to have a checkout of the Nixpkgs repository;
|
For this to work, you need to have a checkout of the Nixpkgs repository;
|
||||||
the `--with-nixpkgs' option allows you to let `configure' know where the
|
the `--with-nixpkgs' option allows you to let `configure' know where the
|
||||||
|
|
Loading…
Reference in a new issue