Changes between Version 6 and Version 7 of TipAndDoc/Linux/OpenWRT/CrossCompile


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

--

Legend:

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

    v6 v7  
    449449 * mitty@precise:~/openwrt/ncurses-5.9$ make 
    450450 * mitty@precise:~/openwrt/ncurses-5.9$ make install 
     451 
     452 == readline == 
     453 * mitty@precise:~/openwrt$ wget ftp://ftp.cwru.edu/pub/bash/readline-5.2.013.tar.gz 
     454 * mitty@precise:~/openwrt/readline-5.2.013$ wget ftp://ftp.cwru.edu/pub/bash/readline-5.2-patches/readline52-014 
     455 * mitty@precise:~/openwrt/readline-5.2.013$ patch < readline52-014 
     456{{{ 
     457patching file mbutil.c 
     458}}} 
     459 * mitty@precise:~/openwrt/readline-5.2.013$ CC=mips-openwrt-linux-gcc ./configure --prefix=$STAGING_DIR --host=mips-openwrt-linux 
     460 * mitty@precise:~/openwrt/readline-5.2.013$ make 
     461 * mitty@precise:~/openwrt/readline-5.2.013$ make install