diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2013-05-14 18:56:16 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2013-05-14 18:56:16 +0200 |
commit | 58f0f55eece2ba265b62e2a6e6fd38fdff171105 (patch) | |
tree | 976498b36d13054f42106c1a3cbf3d12bbab5c09 /hurd | |
parent | 07bbaf4a0aaf0e0de5096b6cfcbe777d410781ef (diff) |
build-essential/fakeroot needs to be installed before being able to unpack sources
Diffstat (limited to 'hurd')
-rw-r--r-- | hurd/building.mdwn | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/hurd/building.mdwn b/hurd/building.mdwn index 623e7c0a..94893d4d 100644 --- a/hurd/building.mdwn +++ b/hurd/building.mdwn @@ -16,6 +16,19 @@ details. [[!toc]] +# Preparing for the Build + +## ... on Debian systems + +Building the Hurd requires the *build-essential* and *fakeroot* packages, their +dependencies and additional packages that are specified by the source hurd +package: + + # apt-get install build-essential fakeroot + # apt-get build-dep hurd + +## ... on non-Debian systems + # Getting the Source Code You can chose between getting the [sources from the developers's @@ -33,19 +46,6 @@ Please see the Debian [[FAQ]] before using `apt-get source`. The unpacked source tree is around 20 MiB, and the build tree (configured with `--disable-profile`) is around 100 MiB. -# Preparing for the Build - -## ... on Debian systems - -Building the Hurd requires the *build-essential* and *fakeroot* packages, their -dependencies and additional packages that are specified by the source hurd -package: - - # apt-get install build-essential fakeroot - # apt-get build-dep hurd - -## ... on non-Debian systems - [TODO] # Building |