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

From bering-uClibc
Jump to: navigation, search
(Prerequisites)
m (Prerequisites)
Line 19: Line 19:
 
* m4
 
* m4
 
* texinfo
 
* texinfo
 +
* Perl with installed Config-Any package
  
  

Revision as of 16:36, 8 December 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
  • Perl with installed Config-Any package



Prev Up Next