prerequisite.txt 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. // -*- mode:doc; -*-
  2. // vim: set syntax=asciidoc:
  3. [[requirement]]
  4. == System requirements
  5. Buildroot is designed to run on Linux systems.
  6. While Buildroot itself will build most host packages it needs for the
  7. compilation, certain standard Linux utilities are expected to be
  8. already installed on the host system. Below you will find an overview of
  9. the mandatory and optional packages (note that package names may vary
  10. between distributions).
  11. [[requirement-mandatory]]
  12. === Mandatory packages
  13. * Build tools:
  14. ** +which+
  15. ** +sed+
  16. ** +make+ (version 3.81 or any later)
  17. ** +binutils+
  18. ** +build-essential+ (only for Debian based systems)
  19. ** +gcc+ (version 2.95 or any later)
  20. ** `g++` (version 2.95 or any later)
  21. ** +bash+
  22. ** +patch+
  23. ** +gzip+
  24. ** +bzip2+
  25. ** +perl+ (version 5.8.7 or any later)
  26. ** +tar+
  27. ** +cpio+
  28. ** +python+ (version 2.6 or any later)
  29. ** +unzip+
  30. ** +rsync+
  31. * Source fetching tools:
  32. ** +wget+
  33. [[requirement-optional]]
  34. === Optional packages
  35. * Configuration interface dependencies:
  36. +
  37. For these libraries, you need to install both runtime and development
  38. data, which in many distributions are packaged separately. The
  39. development packages typically have a _-dev_ or _-devel_ suffix.
  40. +
  41. ** +ncurses5+ to use the 'menuconfig' interface
  42. ** +qt4+ to use the 'xconfig' interface
  43. ** +glib2+, +gtk2+ and +glade2+ to use the 'gconfig' interface
  44. * Source fetching tools:
  45. +
  46. In the official tree, most of the package sources are retrieved using
  47. +wget+ from _ftp_, _http_ or _https_ locations. A few packages are only
  48. available through a version control system. Moreover, Buildroot is
  49. capable of downloading sources via other tools, like +rsync+ or +scp+
  50. (refer to xref:download-infra[] for more details). If you enable
  51. packages using any of these methods, you will need to install the
  52. corresponding tool on the host system:
  53. +
  54. ** +bazaar+
  55. ** +cvs+
  56. ** +git+
  57. ** +mercurial+
  58. ** +rsync+
  59. ** +scp+
  60. ** +subversion+
  61. * Java-related packages, if the Java Classpath needs to be built for
  62. the target system:
  63. ** The +javac+ compiler
  64. ** The +jar+ tool
  65. * Documentation generation tools:
  66. ** +asciidoc+, version 8.6.3 or higher
  67. ** +w3m+
  68. ** +python+ with the +argparse+ module (automatically present in 2.7+ and 3.2+)
  69. ** +dblatex+ (required for the pdf manual only)
  70. * Graph generation tools:
  71. ** +graphviz+ to use 'graph-depends' and '<pkg>-graph-depends'
  72. ** +python-matplotlib+ to use 'graph-build'