|
Revision 589, 0.9 kB
(checked in by wbx, 2 years ago)
|
add ncurses header to tools needed
|
| Line | |
|---|
| 1 |
FreeWRT - functional, portable and secure GNU/Linux distribution |
|---|
| 2 |
for embedded systems |
|---|
| 3 |
================================================================ |
|---|
| 4 |
|
|---|
| 5 |
This is the menu based buildsystem for the FreeWRT Linux distribution. |
|---|
| 6 |
|
|---|
| 7 |
Before you can start with the build process, you need to install some tools: |
|---|
| 8 |
|
|---|
| 9 |
perl, gcc, g++, binutils, patch, gzip, bzip2, flex, bison, make, unzip, and the |
|---|
| 10 |
zlib, ncurses and libc headers (usually called libz-dev, libncurses5-dev and |
|---|
| 11 |
glibc-dev on GNU/Linux systems). The framework checks for the required versions |
|---|
| 12 |
of these tools in advance, though (to re-issue the checks, use "make prereq"). |
|---|
| 13 |
|
|---|
| 14 |
Please use "make menuconfig" to choose your embedded system and configure like you |
|---|
| 15 |
want to. |
|---|
| 16 |
|
|---|
| 17 |
Simply running 'make' will build the firmware for your embedded system. The |
|---|
| 18 |
buildsystem will download all sources, build the toolchain, the kernel and all |
|---|
| 19 |
applications. |
|---|
| 20 |
|
|---|
| 21 |
Sunshine! |
|---|
| 22 |
Your FreeWRT team |
|---|
| 23 |
http://www.freewrt.org |
|---|
| 24 |
|
|---|