l4ka-pistachio/user
Jan Stoess 53d0f05474 - Make grubdisk application configurable 2007-12-04 10:37:48 +01:00
..
Mk Initial repository adapted to hg 2007-07-06 12:24:13 +02:00
apps - Use l4test helpers to create and kill threads 2007-12-04 10:18:54 +01:00
contrib Initial repository adapted to hg 2007-07-06 12:24:13 +02:00
include - Define L4_anylocalthread in a way that respects the bit width of the 2007-11-27 12:17:49 +01:00
lib - Use const char * for strings 2007-11-27 12:18:00 +01:00
serv Removed unmaintained architectures and platforms. 2007-07-06 16:36:48 +02:00
util - Make grubdisk application configurable 2007-12-04 10:37:48 +01:00
INSTALL Initial repository adapted to hg 2007-07-06 12:24:13 +02:00
Makefile.in Removed non-exsistent sparc64 files from Makefile 2007-07-06 18:07:47 +02:00
README.HG Initial repository adapted to hg 2007-07-06 12:24:13 +02:00
config.mk.in - Add KERNEL to config variables 2007-11-15 14:49:49 +01:00
configure.in - Enable -fno-stack-protector switch for GCC > 4.0. Ubuntu distros 2007-12-03 11:26:42 +01:00
install-sh Initial repository adapted to hg 2007-07-06 12:24:13 +02:00

README.HG

Build Requirements
==================

If you obtained this version of Pistachio directly from the Mercurial
repository, you will need the following tools in order to build the
Pistachio user-level libraries and applications/servers:

   o autoheader
   o autoconf

Version 2.53 of the above mentioned tools are known to work, but older
versions of the tools might also produce correct output.  Once the
tools have been installed perform the following steps:

   1. Run `autoheader'.  This will create the file "config.h.in".

   2. Run `autoconf'.  This will create the file "configure".

You can now proceed with the remaining installation by following the
instructions given in the INSTALL file.