INSTALL 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295
  1. -*- Text -*-
  2. This is the GRUB. Welcome.
  3. This file contains instructions for compiling and installing the GRUB.
  4. The Requirements
  5. ================
  6. GRUB depends on some software packages installed into your system. If
  7. you don't have any of them, please obtain and install them before
  8. configuring the GRUB.
  9. * GCC 4.1.3 or later
  10. Note: older versions may work but support is limited
  11. Experimental support for clang 3.3 or later (results in much bigger binaries)
  12. for i386, x86_64, arm (including thumb), arm64, mips(el), powerpc, sparc64
  13. Note: clang 3.2 or later works for i386 and x86_64 targets but results in
  14. much bigger binaries.
  15. earlier versions not tested
  16. Note: clang 3.2 or later works for arm
  17. earlier versions not tested
  18. Note: clang on arm64 is not supported due to
  19. https://llvm.org/bugs/show_bug.cgi?id=26030
  20. Note: clang 3.3 or later works for mips(el)
  21. earlier versions fail to generate .reginfo and hence gprel relocations
  22. fail.
  23. Note: clang 3.2 or later works for powerpc
  24. earlier versions not tested
  25. Note: clang 3.5 or later works for sparc64
  26. earlier versions return "error: unable to interface with target machine"
  27. Note: clang has no support for ia64 and hence you can't compile GRUB
  28. for ia64 with clang
  29. * GNU Make
  30. * GNU Bison 2.3 or later
  31. * GNU gettext 0.17 or later
  32. * GNU binutils 2.9.1.0.23 or later
  33. * Flex 2.5.35 or later
  34. * Other standard GNU/Unix tools
  35. * a libc with large file support (e.g. glibc 2.1 or later)
  36. On GNU/Linux, you also need:
  37. * libdevmapper 1.02.34 or later (recommended)
  38. For optional grub-emu features, you need:
  39. * SDL (recommended)
  40. * libpciaccess (optional)
  41. * libusb (optional)
  42. To build GRUB's graphical terminal (gfxterm), you need:
  43. * FreeType 2 or later
  44. * GNU Unifont
  45. If you use a development snapshot or want to hack on GRUB you may
  46. need the following.
  47. * Python 2.6 or later
  48. * Autoconf 2.60 or later
  49. * Automake 1.10.1 or later
  50. Prerequisites for make-check:
  51. * qemu, specifically the binary 'qemu-system-i386'
  52. * xorriso 1.2.9 or later, for grub-mkrescue and grub-shell
  53. Configuring the GRUB
  54. ====================
  55. The `configure' shell script attempts to guess correct values for
  56. various system-dependent variables used during compilation. It uses
  57. those values to create a `Makefile' in each directory of the package.
  58. It may also create one or more `.h' files containing system-dependent
  59. definitions. Finally, it creates a shell script `config.status' that
  60. you can run in the future to recreate the current configuration, a
  61. file `config.cache' that saves the results of its tests to speed up
  62. reconfiguring, and a file `config.log' containing compiler output
  63. (useful mainly for debugging `configure').
  64. If you need to do unusual things to compile the package, please try to
  65. figure out how `configure' could check whether to do them, and mail
  66. diffs or instructions to the address given in the `README' so they can
  67. be considered for the next release. If at some point `config.cache'
  68. contains results you don't want to keep, you may remove or edit it.
  69. The file `configure.ac' is used to create `configure' by a program
  70. called `autoconf'. You only need `configure.in' if you want to change
  71. it or regenerate `configure' using a newer version of `autoconf'.
  72. Building the GRUB
  73. =================
  74. The simplest way to compile this package is:
  75. 1. `cd' to the directory containing the package's source code.
  76. 2. Skip this and following step if you use release tarball and proceed to
  77. step 4. If you want translations type `./linguas.sh'.
  78. 3. Type `./autogen.sh'.
  79. * autogen.sh uses python. By default invocation is "python" but can be
  80. overriden by setting variable $PYTHON.
  81. 4. Type `./configure' to configure the package for your system.
  82. If you're using `csh' on an old version of System V, you might
  83. need to type `sh ./configure' instead to prevent `csh' from trying
  84. to execute `configure' itself.
  85. Running `configure' takes awhile. While running, it prints some
  86. messages telling which features it is checking for.
  87. 6. Type `make' to compile the package.
  88. 7. Optionally, type `make check' to run any self-tests that come with
  89. the package.
  90. 8. Type `make install' to install the programs and any data files and
  91. documentation.
  92. 9. You can remove the program binaries and object files from the
  93. source code directory by typing `make clean'. To also remove the
  94. files that `configure' created (so you can compile the package for
  95. a different kind of computer), type `make distclean'. There is
  96. also a `make maintainer-clean' target, but that is intended mainly
  97. for the package's developers. If you use it, you may have to get
  98. all sorts of other programs in order to regenerate files that came
  99. with the distribution.
  100. Cross-compiling the GRUB
  101. ========================
  102. GRUB defines 3 platforms:
  103. - "Build" is the one which build systems runs on.
  104. - "Host" is where you execute GRUB utils.
  105. - "Target" is where GRUB itself runs.
  106. For grub-emu host and target must be the same but may differ from build.
  107. If build and host are different make check isn't available.
  108. If build and host are different man pages are not generated.
  109. As an example imagine you have a build system running on FreeBSD on sparc
  110. which prepares packages for developers running amd64 GNU/Linux laptop and
  111. they need to make images for ARM board running U-boot. In this case:
  112. build=sparc64-freebsd
  113. host=amd64-linux-gnu
  114. target=arm-uboot
  115. For this example the configure line might look like (more details below)
  116. (some options are optional and included here for completeness but some rarely
  117. used options are omitted):
  118. ./configure BUILD_CC=gcc BUILD_FREETYPE=freetype-config --host=amd64-linux-gnu
  119. CC=amd64-linux-gnu-gcc CFLAGS="-g -O2" FREETYPE=amd64-linux-gnu-freetype-config
  120. --target=arm --with-platform=uboot TARGET_CC=arm-elf-gcc
  121. TARGET_CFLAGS="-Os -march=armv6" TARGET_CCASFLAGS="-march=armv6"
  122. TARGET_OBJCOPY="arm-elf-objcopy" TARGET_STRIP="arm-elf-strip"
  123. TARGET_NM=arm-elf-nm TARGET_RANLIB=arm-elf-ranlib LEX=gflex
  124. You need to use following options to specify tools and platforms. For minimum
  125. version look at prerequisites. All tools not mentioned in this section under
  126. corresponding platform are not needed for the platform in question.
  127. - For build
  128. 1. BUILD_CC= to gcc able to compile for build. This is used, for
  129. example, to compile build-gentrigtables which is then run to
  130. generate sin and cos tables.
  131. 2. BUILD_CFLAGS= for C options for build.
  132. 3. BUILD_CPPFLAGS= for C preprocessor options for build.
  133. 4. BUILD_LDFLAGS= for linker options for build.
  134. 5. BUILD_FREETYPE= for freetype-config for build (optional).
  135. - For host
  136. 1. --host= to autoconf name of host.
  137. 2. CC= for gcc able to compile for host
  138. 3. HOST_CFLAGS= for C options for host.
  139. 4. HOST_CPPFLAGS= for C preprocessor options for host.
  140. 5. HOST_LDFLAGS= for linker options for host.
  141. 6. FREETYPE= for freetype-config for host (optional).
  142. 7. Libdevmapper if any must be in standard linker folders (-ldevmapper) (optional).
  143. 8. Libfuse if any must be in standard linker folders (-lfuse) (optional).
  144. 9. Libzfs if any must be in standard linker folders (-lzfs) (optional).
  145. 10. Liblzma if any must be in standard linker folders (-llzma) (optional).
  146. - For target
  147. 1. --target= to autoconf cpu name of target.
  148. 2. --with-platform to choose firmware.
  149. 3. TARGET_CC= for gcc able to compile for target
  150. 4. TARGET_CFLAGS= for C options for target.
  151. 5. TARGET_CPPFLAGS= for C preprocessor options for target.
  152. 6. TARGET_CCASFLAGS= for assembler options for target.
  153. 7. TARGET_LDFLAGS= for linker options for target.
  154. 8. TARGET_OBJCOPY= for objcopy for target.
  155. 9. TARGET_STRIP= for strip for target.
  156. 10. TARGET_NM= for nm for target.
  157. 11. TARGET_RANLIB= for ranlib for target.
  158. - Additionally for emu, for host and target.
  159. 1. SDL is looked for in standard linker directories (-lSDL) (optional)
  160. 2. libpciaccess is looked for in standard linker directories (-lpciaccess) (optional)
  161. 3. libusb is looked for in standard linker directories (-lusb) (optional)
  162. - Platform-agnostic tools and data.
  163. 1. make is the tool you execute after ./configure.
  164. 2. Bison is specified in YACC= variable
  165. 3. Flex is specified in LEX= variable
  166. 4. GNU unifont and Djvu sans are looked for in standard directories.
  167. Compiling For Multiple Architectures
  168. ====================================
  169. You can compile the package for more than one kind of computer at the
  170. same time, by placing the object files for each architecture in their
  171. own directory. `cd' to the directory where you want the object files
  172. and executables to go and run the `configure' script. `configure'
  173. automatically checks for the source code in the directory that
  174. `configure' is in and in `..'.
  175. Installation Names
  176. ==================
  177. By default, `make install' will install the package's files in
  178. `/usr/local/bin', `/usr/local/man', etc. You can specify an
  179. installation prefix by giving `configure' the option `--prefix=PATH'.
  180. You can specify separate installation prefixes for
  181. architecture-specific files and architecture-independent files. If
  182. you give `configure' the option `--exec-prefix=PATH', the package will
  183. use PATH as the prefix for installing programs and libraries.
  184. Documentation and other data files will still use the regular prefix.
  185. In addition, if you use an unusual directory layout you can give
  186. options like `--bindir=PATH' to specify different values for
  187. particular kinds of files. Run `configure --help' for a list of the
  188. directories you can set and what kinds of files go in them.
  189. If the package supports it, you can cause programs to be installed
  190. with an extra prefix or suffix on their names by giving `configure'
  191. the option `--program-prefix=PREFIX' or `--program-suffix=SUFFIX'.
  192. Please note, however, that the GRUB knows where it is located in the
  193. filesystem. If you have installed it in an unusual location, the
  194. system might not work properly, or at all. The chief utility of these
  195. options for the GRUB is to allow you to "install" in some alternate
  196. location, and then copy these to the actual root filesystem later.
  197. Sharing Defaults
  198. ================
  199. If you want to set default values for `configure' scripts to share,
  200. you can create a site shell script called `config.site' that gives
  201. default values for variables like `CC', `cache_file', and `prefix'.
  202. `configure' looks for `PREFIX/share/config.site' if it exists, then
  203. `PREFIX/etc/config.site' if it exists. Or, you can set the
  204. `CONFIG_SITE' environment variable to the location of the site script.
  205. A warning: not all `configure' scripts look for a site script.
  206. Operation Controls
  207. ==================
  208. `configure' recognizes the following options to control how it
  209. operates.
  210. `--cache-file=FILE'
  211. Use and save the results of the tests in FILE instead of
  212. `./config.cache'. Set FILE to `/dev/null' to disable caching, for
  213. debugging `configure'.
  214. `--help'
  215. Print a summary of the options to `configure', and exit.
  216. `--quiet'
  217. `--silent'
  218. `-q'
  219. Do not print messages saying which checks are being made.
  220. `--srcdir=DIR'
  221. Look for the package's source code in directory DIR. Usually
  222. `configure' can determine that directory automatically.
  223. `--version'
  224. Print the version of Autoconf used to generate the `configure'
  225. script, and exit.