| | 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 | {{{ |
| | 457 | patching 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 |