[OpenWrt-Devel] update README to mention need for perl?

2008-04-26 Thread Robert P. J. Day

  if someone wants to tweak this, shouldn't the top-level README file
mention a need for perl on the build system?

rday


Robert P. J. Day
Linux Consulting, Training and Annoying Kernel Pedantry:
Have classroom, will lecture.

http://crashcourse.ca  Waterloo, Ontario, CANADA

___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


Re: [OpenWrt-Devel] update README to mention need for perl?

2008-04-26 Thread Oliver Ertl
   if someone wants to tweak this, shouldn't the top-level README file
 mention a need for perl on the build system?
The prerequisites checks also for perl. The prereq check is runs automatically 
for the first time if you run 'make menuconfig'. But you can also use the 
prereq target (make prereq) at any time. Currently most distributions have a 
working perl installed anyway.

$ make menuconfig
Checking 'working-make'... ok.
Checking 'case-sensitive-fs'... ok.
Checking 'working-gcc'... ok.
Checking 'working-g++'... ok.
Checking 'ncurses'... ok.
Checking 'zlib'... ok.
Checking 'gawk'... ok.
Checking 'bison'... ok.
Checking 'flex'... ok.
Checking 'unzip'... ok.
Checking 'bzip2'... ok.
Checking 'patch'... ok.
Checking 'perl'... ok.  
Checking 'wget'... ok.
Checking 'gnutar'... ok.
Checking 'svn'... ok.
Checking 'autoconf'... ok.
Checking 'gnu-find'... ok.
Checking 'non-root'... ok.
Collecting package info: done
Collecting target info: done


*** End of OpenWrt configuration.
*** Execute 'make' to build the OpenWrt or try 'make help'.
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel