diff options
Diffstat (limited to 'hurd')
-rw-r--r-- | hurd/dde/guide.mdwn | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/hurd/dde/guide.mdwn b/hurd/dde/guide.mdwn index 4f455790..16c248ae 100644 --- a/hurd/dde/guide.mdwn +++ b/hurd/dde/guide.mdwn @@ -104,7 +104,13 @@ Once there, install the packages previously downloaded (again as root): > $ apt-get install git-core build-essential libpciaccess-dev libpcap0.8-dev -Build a DDE-enabled Mach (this and following parts can be done as normal user): +Make sure we can build stuff as normal user: + +> $ chown -R me ~me/dde + +Now you can log in with the normal user account to build stuff. + +Build a DDE-enabled Mach: > $ cd ~me/dde/gnumach |