source: freewrt/README@ cbd9816

freewrt_1_0 freewrt_2_0
Last change on this file since cbd9816 was cbd9816, checked in by Thorsten Glaser <tg@…>, 19 years ago

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

  • Property mode set to 100644
File size: 906 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:
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").
12
13Please use "make menuconfig" to choose your embedded system and configure like you
14want to.
15
16Simply running 'make' will build the firmware for your embedded system. The
17buildsystem will download all sources, build the toolchain, the kernel and all
18applications.
19
20Sunshine!
21 Your FreeWRT team
22 http://www.freewrt.org
23
Note: See TracBrowser for help on using the repository browser.