summaryrefslogtreecommitdiff
path: root/hurd/dde/guide.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'hurd/dde/guide.mdwn')
-rw-r--r--hurd/dde/guide.mdwn14
1 files changed, 7 insertions, 7 deletions
diff --git a/hurd/dde/guide.mdwn b/hurd/dde/guide.mdwn
index dd36f1f5..10a7910b 100644
--- a/hurd/dde/guide.mdwn
+++ b/hurd/dde/guide.mdwn
@@ -58,11 +58,11 @@ Download the packages for offline installation:
$ cd /mnt
- $ apt-get -c etc/apt/apt.conf.offline update
+ $ apt -c etc/apt/apt.conf.offline update
- $ apt-get -c etc/apt/apt.conf.offline build-dep hurd gnumach
+ $ apt -c etc/apt/apt.conf.offline build-dep hurd gnumach
- $ apt-get -c etc/apt/apt.conf.offline install git-core build-essential libpciaccess-dev libpcap0.8-dev hurd-dev zlib1g-dev
+ $ apt -c etc/apt/apt.conf.offline install git-core build-essential libpciaccess-dev libpcap0.8-dev hurd-dev zlib1g-dev
Get DDE code:
@@ -74,9 +74,9 @@ Note: here, use dde-debian instead of dde if you have gnumach >=
2:1.3.99.dfsg.git20120219-1 already installed and running. Otherwise you will
get "vm_allocate_contiguous: (ipc/mig) bad request message ID" error messages.
- $ git clone git://git.sv.gnu.org/hurd/incubator.git -b dde hurd
+ $ git clone git://git.savannah.gnu.org/hurd/incubator.git -b dde hurd
- $ git clone git://git.sv.gnu.org/hurd/gnumach.git -b master-user_level_drivers
+ $ git clone git://git.savannah.gnu.org/hurd/gnumach.git -b master-user_level_drivers
Now comes the tricky part:
you need to find out
@@ -117,9 +117,9 @@ so we can boot into Hurd to do the actual work.
Once there, install the packages previously downloaded (again as root):
- $ apt-get build-dep hurd gnumach
+ $ apt build-dep hurd gnumach
- $ apt-get install git-core build-essential libpciaccess-dev libpcap0.8-dev hurd-dev zlib1g-dev
+ $ apt install git-core build-essential libpciaccess-dev libpcap0.8-dev hurd-dev zlib1g-dev
Make sure we can build stuff as normal user: