diff options
author | Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> | 2012-11-27 11:59:17 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-11-27 17:07:42 -0800 |
commit | 65f66c170e6703cf1b75574e7aabea1302f51c50 (patch) | |
tree | 592519c5407a3fe8c264c7be39c08805870c40d1 /docs/manual/prerequisite.txt | |
parent | 1d989fafba761d29b3b2960bf388821d3ac0f6e7 (diff) | |
download | buildroot-novena-65f66c170e6703cf1b75574e7aabea1302f51c50.tar.gz buildroot-novena-65f66c170e6703cf1b75574e7aabea1302f51c50.zip |
manual: various fixes
Various consistency and correctness improvements.
Also removing some sentences that are not or no longer relevant.
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Acked-by: Samuel Martin <s.martin49@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'docs/manual/prerequisite.txt')
-rw-r--r-- | docs/manual/prerequisite.txt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/manual/prerequisite.txt b/docs/manual/prerequisite.txt index 38f9a94ae..17660b722 100644 --- a/docs/manual/prerequisite.txt +++ b/docs/manual/prerequisite.txt @@ -47,9 +47,6 @@ Mandatory packages * Source fetching tools: ** +wget+ -* Configuration interface dependencies (requires development libraries): -** +ncurses5+ - [[requirement-optional]] Optional packages @@ -73,6 +70,7 @@ development context (further details: refer to xref:download-infra[]). ** +subversion+ * Configuration interface dependencies (requires development libraries): +** +ncurses5+ to use the 'menuconfig' interface ** +qt4+ to use the 'xconfig' interface ** +glib2+, +gtk2+ and +glade2+ to use the 'gconfig' interface |