Changeset 95

Show
Ignore:
Timestamp:
06/18/06 17:05:00 (2 years ago)
Author:
tg
Message:

sync list of required prereqs with reality
add comment about 'make prereq'

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/freewrt/README

    r91 r95  
    66 
    77Before you can start with the build process, you need to install some tools:  
    8 gcc, g++, binutils, patch, gzip, bzip2, flex, bison, make, gettext, pkg-config,  
    9 unzip, libz-dev and libc headers. 
     8gcc, g++, binutils, patch, gzip, bzip2, flex, bison, make, unzip, and the 
     9zlib and libc headers (usually called libz-dev and glibc-dev on GNU/Linux 
     10systems). The framework checks for the required versions of these tools in 
     11advance, though (to re-issue the checks, use "make prereq"). 
    1012 
    1113Please use "make menuconfig" to choose your embedded system and configure like you