Changeset 95
- Timestamp:
- 06/18/06 17:05:00 (2 years ago)
- Files:
-
- trunk/freewrt/README (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/freewrt/README
r91 r95 6 6 7 7 Before 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. 8 gcc, g++, binutils, patch, gzip, bzip2, flex, bison, make, unzip, and the 9 zlib and libc headers (usually called libz-dev and glibc-dev on GNU/Linux 10 systems). The framework checks for the required versions of these tools in 11 advance, though (to re-issue the checks, use "make prereq"). 10 12 11 13 Please use "make menuconfig" to choose your embedded system and configure like you


