diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2013-07-19 00:07:03 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2013-07-19 00:07:03 +0200 |
| commit | 8b2d9e5d44691110aa34d768d3aae4a4d862011a (patch) | |
| tree | 08cbb11b18cf8f57c94ef83bc5d1f225494d5010 /README | |
| parent | 3253830d46cc55dd6b946468edd6a6f72944ef48 (diff) | |
doc: Improve build instructions in README and HACKING.
* README (Requirements): Remove Nixpkgs. Remove mentions of building
from Git.
(Installation): Refer to the manual.
* HACKING: List requirements for when building from Git.
Remove the `dot: Command not found' error.
Diffstat (limited to 'README')
| -rw-r--r-- | README | 19 |
1 files changed, 6 insertions, 13 deletions
| @@ -33,23 +33,16 @@ When `--disable-daemon' was passed, you instead need the following: | |||
| 33 | 33 | ||
| 34 | - [[http://nixos.org/nix/][Nix]] | 34 | - [[http://nixos.org/nix/][Nix]] |
| 35 | 35 | ||
| 36 | Optionally, packages from Nixpkgs may be transparently reused from Guix. | 36 | * Installation |
| 37 | For this to work, you need to have a checkout of the Nixpkgs repository; | ||
| 38 | the `--with-nixpkgs' option allows you to let `configure' know where the | ||
| 39 | Nixpkgs checkout is. | ||
| 40 | 37 | ||
| 41 | - [[http://nixos.org/nixpkgs/][Nixpkgs]] | 38 | See the manual for the installation instructions, either by running |
| 42 | 39 | ||
| 43 | When building Guix from a checkout, the following packages are also | 40 | info -f doc/guix.info "(guix) Installation" |
| 44 | required: | ||
| 45 | 41 | ||
| 46 | - [[http://www.gnu.org/software/autoconf/][GNU Autoconf]] | 42 | or by checking the [[http://www.gnu.org/software/guix/manual/guix.html#Installation][web copy of the manual]]. |
| 47 | - [[http://www.gnu.org/software/automake/][GNU Automake]] | ||
| 48 | - [[http://www.gnu.org/software/gettext/][GNU Gettext]] | ||
| 49 | 43 | ||
| 50 | Run the "bootstrap" script to download the Nix daemon and to generate the | 44 | For information on installation from a Git checkout, please see the ‘HACKING’ |
| 51 | build system infrastructure using autoconf. It reports an error if an | 45 | file. |
| 52 | inappropriate version of the above packages is being used. | ||
| 53 | 46 | ||
| 54 | * Installing Guix from Guix | 47 | * Installing Guix from Guix |
| 55 | 48 | ||
