Changes between Version 8 and Version 9 of TipAndDoc/Linux/OpenWRT/CrossCompile


Ignore:
Timestamp:
Jun 21, 2012 2:46:02 PM (12 years ago)
Author:
mitty
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TipAndDoc/Linux/OpenWRT/CrossCompile

    v8 v9  
    287287 
    288288 === rebuild after libraries were installed === 
     289 * make install [#zlib], [#openssl], [#ncurses] and [#readline] 
     290 
    289291 * mitty@precise:~/openwrt/trunk/package/utvpn$ make clean 
    290292 * mitty@precise:~/openwrt/trunk/package/utvpn$ make CC=mips-openwrt-linux-gcc LD=mips-openwrt-linux-ld 
     
    310312make: *** [output/ham/ham] Error 1 
    311313}}} 
    312  
    313314 === make install iconv === 
    314315 * mitty@precise:~/openwrt$ wget http://ftp.gnu.org/pub/gnu/libiconv/libiconv-1.14.tar.gz