source: freewrt/README@ 74acc21

freewrt_1_0 freewrt_2_0
Last change on this file since 74acc21 was eec1f7b, checked in by Waldemar Brodkorb <wbx@…>, 19 years ago

add ncurses header to tools needed

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

  • Property mode set to 100644
File size: 939 bytes
Line 
1FreeWRT - functional, portable and secure GNU/Linux distribution
2for embedded systems
3================================================================
4
5This is the menu based buildsystem for the FreeWRT Linux distribution.
6
7Before you can start with the build process, you need to install some tools:
8
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").
13
14Please use "make menuconfig" to choose your embedded system and configure like you
15want to.
16
17Simply running 'make' will build the firmware for your embedded system. The
18buildsystem will download all sources, build the toolchain, the kernel and all
19applications.
20
21Sunshine!
22 Your FreeWRT team
23 http://www.freewrt.org
24
Note: See TracBrowser for help on using the repository browser.