Changeset 589

Show
Ignore:
Timestamp:
09/12/06 20:18:32 (2 years ago)
Author:
wbx
Message:

add ncurses header to tools needed

Files:

Legend:

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

    r135 r589  
    77Before you can start with the build process, you need to install some tools:  
    88 
    9 perl, gcc, g++, binutils, patch, gzip, bzip2, flex, bison, make, unzip, 
    10 and the zlib and libc headers (usually called libz-dev and glibc-dev on 
    11 GNU/Linux systems). The framework checks for the required versions of 
    12 these tools in advance, though (to re-issue the checks, use "make 
    13 prereq"). 
     9perl, gcc, g++, binutils, patch, gzip, bzip2, flex, bison, make, unzip, and the 
     10zlib, ncurses and libc headers (usually called libz-dev, libncurses5-dev and 
     11glibc-dev on GNU/Linux systems). The framework checks for the required versions 
     12of these tools in advance, though (to re-issue the checks, use "make prereq"). 
    1413 
    1514Please use "make menuconfig" to choose your embedded system and configure like you