2010-03-04 Jordan Uggla <jordan.uggla@gmail.com>

* INSTALL: Add gettext as a dependency and add qemu to a new section
	"Prerequisites for make-check".
This commit is contained in:
Jordan Uggla 2010-03-04 16:28:57 +01:00 committed by Vladimir 'phcoder' Serbinenko
parent 4760f97911
commit fc8345da98
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2010-03-04 Jordan Uggla <jordan.uggla@gmail.com>
* INSTALL: Add gettext as a dependency and add qemu to a new section
"Prerequisites for make-check".
2010-03-04 Christian Franke <franke@computer.org>
* util/grub-pe2elf.c: Add missing include "progname.h".

View File

@ -14,6 +14,7 @@ configuring the GRUB.
* GCC 4.1.3 or later
* GNU Make
* GNU Bison 2.3 or later
* GNU gettext 0.17 or later
* GNU binutils 2.9.1.0.23 or later
* Other standard GNU/Unix tools
@ -25,6 +26,10 @@ need the following.
* Autoconf 2.60 or later
* Automake 1.10.1 or later
Prerequisites for make-check:
* qemu, specifically the binary 'qemu-system-i386'
Configuring the GRUB
====================