Changeset 135

Show
Ignore:
Timestamp:
06/19/06 00:57:41 (2 years ago)
Author:
tg
Message:

check for perl

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/freewrt/README

    r95 r135  
    66 
    77Before 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 
     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"). 
    1214 
    1315Please use "make menuconfig" to choose your embedded system and configure like you 
  • trunk/freewrt/scripts/scan-tools.sh

    r104 r135  
    181181fi 
    182182 
     183if ! which perl >/dev/null 2>&1; then 
     184        echo You must install Perl to continue. 
     185        exit 1 
     186fi 
     187 
     188 
    183189cd $topdir 
    184190rm -rf lbin/tmp