summaryrefslogtreecommitdiff
path: root/hurd
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2012-02-21 23:12:48 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2012-02-21 23:12:48 +0100
commitc3c4e7e8961cc9fb320b86be95e018ea97262603 (patch)
tree213771d9a79aa569073f7b57fc20245d248603c1 /hurd
parente46b2b363ce3ea02f6cdba28a775006b67503e19 (diff)
Update
Diffstat (limited to 'hurd')
-rw-r--r--hurd/dde/guide.mdwn4
1 files changed, 1 insertions, 3 deletions
diff --git a/hurd/dde/guide.mdwn b/hurd/dde/guide.mdwn
index 8f8441bd..08fcc459 100644
--- a/hurd/dde/guide.mdwn
+++ b/hurd/dde/guide.mdwn
@@ -113,7 +113,7 @@ Once there, install the packages previously downloaded (again as root):
$ apt-get build-dep hurd gnumach
- $ apt-get install git-core build-essential libpciaccess-dev libpcap0.8-dev
+ $ apt-get install git-core build-essential libpciaccess-dev libpcap0.8-dev hurd-dev zlib1g-dev
Make sure we can build stuff as normal user:
@@ -172,8 +172,6 @@ we can now build the necessary Hurd and DDE bits:
$ autoreconf -i && ./configure
- $ mkdir -p hurd/include/ddekit # workaround for a buildsystem bug... XXX I'm pretty sure this is not necessary anymore
-
$ make libddekit libmachdev devnode pfinet # Hurd components. This is not needed if you have hurd >= 20120219-1 already installed and running.
$ cd libdde_linux26 # common DDE driver code -- uses a different Makefile system than the Hurd components!