summaryrefslogtreecommitdiff
path: root/hurd
diff options
context:
space:
mode:
authormanhattan <manhattan@web>2034-04-11 09:09:35 +0200
committerGNU Hurd web pages engine <web-hurd@gnu.org>2034-04-11 09:09:35 +0200
commitbea90647887234acaa0618d8d2d0de76a6f92b76 (patch)
treeb6f768c2c0fa1a3342bbff6ce5cb00f72683dcb7 /hurd
parent4de0ca82d4e8cd07630eb770a40ca0f7695bd01c (diff)
How to create the configure file [add how to install gnuMig]
Diffstat (limited to 'hurd')
-rw-r--r--hurd/building.mdwn8
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