diff options
author | Samuel Martin <s.martin49@gmail.com> | 2012-11-15 20:13:32 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-11-16 08:43:43 +0100 |
commit | c7ece205fae5070b2ddaddf60ee73357ce4ad2bf (patch) | |
tree | fe055e4a176b01d73a07a7766028a5eb84c95965 /docs | |
parent | b0e53fef86814d0e300665f80374e61840e9a38c (diff) |
manual: prerequisite.txt: add texinfo to the mandatory package list
Using the internal Buildroot toolchain backend, makeinfo, whom belongs to
the texinfo package, is required to build gcc and gdb.
Signed-off-by: Samuel Martin <s.martin49@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/manual/prerequisite.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/manual/prerequisite.txt b/docs/manual/prerequisite.txt index 693347b96..31d437d9c 100644 --- a/docs/manual/prerequisite.txt +++ b/docs/manual/prerequisite.txt @@ -42,6 +42,7 @@ Mandatory packages ** +python+ (version 2.6 or 2.7) ** +unzip+ ** +rsync+ +** +texinfo+ (required for internal Buildroot toolchain backend) * Source fetching tools: ** +wget+ |