source: freewrt/README@ 9701b3d

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

check for perl

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

  • Property mode set to 100644
File size: 913 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,
10and the zlib and libc headers (usually called libz-dev and glibc-dev on
11GNU/Linux systems). The framework checks for the required versions of
12these tools in advance, though (to re-issue the checks, use "make
13prereq").
14
15Please use "make menuconfig" to choose your embedded system and configure like you
16want to.
17
18Simply running 'make' will build the firmware for your embedded system. The
19buildsystem will download all sources, build the toolchain, the kernel and all
20applications.
21
22Sunshine!
23 Your FreeWRT team
24 http://www.freewrt.org
25
Note: See TracBrowser for help on using the repository browser.