diff options
author | antrik <antrik@users.sf.net> | 2011-07-07 09:34:26 +0200 |
---|---|---|
committer | antrik <antrik@users.sf.net> | 2011-07-09 12:50:28 +0200 |
commit | 88537e912dff92178e0b1da744f2f63fc7925e12 (patch) | |
tree | 45dc589c035c16a517f2349fa0be03e7a591a0fe /hurd/dde/guide.mdwn | |
parent | 94fab8bd64b2f1821b5f15b137086d51c42bac8d (diff) |
dde/guide: Be more explicit about building as user
Instead of just vaguely stating that things can be done as user,
explicitely suggest logging in as user.
More importantly, include the chown command necessary for this actually
to work...
Diffstat (limited to 'hurd/dde/guide.mdwn')
-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 |