Changeset f2bcc47 in freewrt
- Timestamp:
- Jun 19, 2006, 12:57:41 AM (19 years ago)
- Branches:
- freewrt_1_0, freewrt_2_0
- Children:
- 01a47f2
- Parents:
- 74592b4
- Files:
-
- 2 edited
-
README (modified) (1 diff)
-
scripts/scan-tools.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
README
r74592b4 rf2bcc47 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, 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"). 8 9 perl, gcc, g++, binutils, patch, gzip, bzip2, flex, bison, make, unzip, 10 and the zlib and libc headers (usually called libz-dev and glibc-dev on 11 GNU/Linux systems). The framework checks for the required versions of 12 these tools in advance, though (to re-issue the checks, use "make 13 prereq"). 12 14 13 15 Please use "make menuconfig" to choose your embedded system and configure like you -
scripts/scan-tools.sh
r74592b4 rf2bcc47 181 181 fi 182 182 183 if ! which perl >/dev/null 2>&1; then 184 echo You must install Perl to continue. 185 exit 1 186 fi 187 188 183 189 cd $topdir 184 190 rm -rf lbin/tmp
Note:
See TracChangeset
for help on using the changeset viewer.
