Changeset cbd9816 in freewrt


Ignore:
Timestamp:
Jun 18, 2006, 5:05:00 PM (19 years ago)
Author:
Thorsten Glaser <tg@…>
Branches:
freewrt_1_0, freewrt_2_0
Children:
3edc14b
Parents:
e7119e1
Message:

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

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • README

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