Changeset eec1f7b in freewrt


Ignore:
Timestamp:
Sep 12, 2006, 8:18:32 PM (19 years ago)
Author:
Waldemar Brodkorb <wbx@…>
Branches:
freewrt_1_0, freewrt_2_0
Children:
c719125
Parents:
db5651c
Message:

add ncurses header to tools needed

git-svn-id: svn://www.freewrt.org/trunk/freewrt@589 afb5a338-a214-0410-bd46-81f09a774fd1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • README

    rdb5651c reec1f7b  
    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
Note: See TracChangeset for help on using the changeset viewer.