summaryrefslogtreecommitdiff
path: root/hurd/building.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'hurd/building.mdwn')
-rw-r--r--hurd/building.mdwn8
1 files changed, 6 insertions, 2 deletions
diff --git a/hurd/building.mdwn b/hurd/building.mdwn
index ea3213e5..ef8c94d1 100644
--- a/hurd/building.mdwn
+++ b/hurd/building.mdwn
@@ -24,8 +24,8 @@ Building the Hurd requires the *build-essential* and *fakeroot* packages, their
dependencies and additional packages that are specified by the source hurd
package:
- # apt install build-essential fakeroot
- # apt build-dep hurd
+ # apt install build-essential fakeroot quilt
+ # apt build-dep -y hurd gnumach
## ... on non-Debian systems
@@ -41,6 +41,10 @@ git](http://savannah.gnu.org/git/?group=hurd):
... or (if you are working on a Debian system) the ones that are used for the
[current Debian hurd package](http://packages.debian.net/source/unstable/hurd):
+ $ git clone https://salsa.debian.org/hurd-team/hurd.git
+
+Or you could use apt source
+
$ apt source hurd
Please see the Debian [[FAQ]] before using `apt source`.