]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* INSTALL: Document several build requirements for optional features
authorColin Watson <cjwatson@ubuntu.com>
Thu, 3 Jun 2010 08:48:23 +0000 (09:48 +0100)
committerColin Watson <cjwatson@ubuntu.com>
Thu, 3 Jun 2010 08:48:23 +0000 (09:48 +0100)
(libdevmapper, ncurses, libusb, SDL, FreeType, GNU Unifont).

ChangeLog
INSTALL

index 7279197ee27cbf02d3fe015e966dd5607a8d07a2..d67e7efa4f6500cc8edc446f737169cf6825d215 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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)
diff --git a/INSTALL b/INSTALL
index 7186d20db453a5cffdba0f42c00b4c550fb7a7fe..44a4422537465220aa09c034d5e73544cd267c52 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -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.