Difference between revisions of "Bering-uClibc 4.x - Developer Guide - Preparing the Build Environment"

From bering-uClibc
Jump to: navigation, search
(Prerequisites)
(Prerequisites)
Line 16: Line 16:
 
* bison
 
* bison
 
* flex
 
* flex
 +
* gawk
 
* m4
 
* m4
 
* texinfo
 
* texinfo

Revision as of 17:00, 21 September 2010

Preparing the Build Environment
Prev Bering-uClibc 4.x - Developer Guide Next


TODO Migrate some of the early content from "Compiling Source Code" to here.

Prerequisites

A number of packages are required on the build host:

  • asciidoc
  • bison
  • flex
  • gawk
  • m4
  • texinfo



Prev Up Next