From 0fd892609af34d295114d810a55759291b74157f Mon Sep 17 00:00:00 2001 From: Andrew Engelbrecht Date: Tue, 2 Aug 2011 23:23:39 -0400 Subject: Rearanging, mentioned static lib --- microkernel/mach/gnumach/building.mdwn | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) (limited to 'microkernel/mach/gnumach') 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 .. -- cgit v1.2.3