summaryrefslogtreecommitdiff
path: root/Hurd/BuildingHurd.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'Hurd/BuildingHurd.mdwn')
-rw-r--r--Hurd/BuildingHurd.mdwn4
1 files changed, 3 insertions, 1 deletions
diff --git a/Hurd/BuildingHurd.mdwn b/Hurd/BuildingHurd.mdwn
index 2816a897..74d8aaaf 100644
--- a/Hurd/BuildingHurd.mdwn
+++ b/Hurd/BuildingHurd.mdwn
@@ -1,6 +1,8 @@
+Of course, your first task is to [get the source of the Hurd](http://www.gnu.org/software/hurd/download.html).
+
Building the Hurd requires `gcc`, `libc-dev` and `mig` packages:
- # apt-get install gcc libc-dev mig
+ # apt-get install gcc-3.2 make libc-dev mig
`libc-dev` will install `libc0.3-dev`, which depends on `gnumach-dev` and `hurd-dev`.