diff options
-rw-r--r-- | hurd/building.mdwn | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/hurd/building.mdwn b/hurd/building.mdwn index 39c9a040..31d909e5 100644 --- a/hurd/building.mdwn +++ b/hurd/building.mdwn @@ -71,6 +71,14 @@ The `.deb` packages will then drop out at the `../` directory. ## Building, but not the Debian Way +First create configure file: + + $ cd hurd-VERSION/ + $ autoreconf --install + $ cd .. + +Note: You need GNU MiG to compile the GNU Hurd [TODO: add how] + The Hurd has to be built in a separate directory: $ mkdir hurd-build |