summaryrefslogtreecommitdiff
path: root/microkernel
diff options
context:
space:
mode:
authorAndrew Engelbrecht <sudoman@ninthfloor.org>2011-08-02 23:23:39 -0400
committerAndrew Engelbrecht <sudoman@ninthfloor.org>2011-08-02 23:23:39 -0400
commit0fd892609af34d295114d810a55759291b74157f (patch)
tree5c37e74d3abc7222bbdf341c74a1ae7164a0b7a2 /microkernel
parentce52e3774a5d413693779b29f8944216c84ad716 (diff)
Rearanging, mentioned static lib
Diffstat (limited to 'microkernel')
-rw-r--r--microkernel/mach/gnumach/building.mdwn17
1 files changed, 7 insertions, 10 deletions
diff --git a/microkernel/mach/gnumach/building.mdwn b/microkernel/mach/gnumach/building.mdwn
index 5a598d4a..178a89c0 100644
--- a/microkernel/mach/gnumach/building.mdwn
+++ b/microkernel/mach/gnumach/building.mdwn
@@ -51,23 +51,16 @@ You can now reboot your computer and enjoy the new kernel.
### Preparing for the Build
-Apart from the case that you only want to install GNU Mach's header files (see
-below), building GNU Mach requires you to have the Mach Interface Generator
-installed. See [[building_MIG|mig/gnu_mig/building]] about how to do that, then come
-back here.
-
-Additionally, building GNU Mach requires a C compiler, a standard C library and
+Building GNU Mach requires a C compiler, a static 32 bit standard C library and
your favourite flavor of awk (gawk) and GNU make.
-### Preparation:
+### Installing only the Header Files
-You first have to create the automatically generatable files:
+First, you have to create the configuartion files:
$ cd gnumach
$ autoreconf --install
-### Installing only the Header Files
-
GNU Mach and its headers should be built in separate directories:
$ cd ..
@@ -85,6 +78,10 @@ Install the header files into e.g. `~/gnu/include/`:
### Building and Installing
+Building GNU Mach requires you to have the Mach Interface Generator
+installed. See [[building_MIG|mig/gnu_mig/building]] about how to do that, then come
+back here.
+
GNU Mach should be built in a separate directory:
$ cd ..