* INSTALL: Document several build requirements for optional features

(libdevmapper, ncurses, libusb, SDL, FreeType, GNU Unifont).
This commit is contained in:
Colin Watson 2010-06-03 09:48:23 +01:00
parent 9d9b583350
commit 795b593a47
2 changed files with 20 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2010-06-03 Colin Watson <cjwatson@ubuntu.com>
* INSTALL: Document several build requirements for optional features
(libdevmapper, ncurses, libusb, SDL, FreeType, GNU Unifont).
2010-06-02 Grégoire Sutre <gregoire.sutre@gmail.com>
* kern/emu/hostdisk.c (convert_system_partition_to_system_disk)

15
INSTALL
View file

@ -19,6 +19,21 @@ configuring the GRUB.
* Flex 2.5.35 or later
* Other standard GNU/Unix tools
On GNU/Linux, you also need:
* libdevmapper (recommended)
To build grub-emu, you need:
* ncurses
* libusb (recommended)
* SDL (recommended)
To build GRUB's graphical terminal (gfxterm), you need:
* FreeType 2 or later
* GNU Unifont
If you use a development snapshot or want to hack on GRUB you may
need the following.