如何编译bash?我对从
http://ftp.gnu.org/gnu/bash/bash-4.2.tar.gz获得的代码做了一些小修改.我希望看到这些更改.谁能指点我编写bash的简单步骤?
你可以先跑
cd bash-4.2 ./configure --prefix=/usr \ --bindir=/bin \ --htmldir=/usr/share/doc/bash-4.2 \ --without-bash-malloc \ --with-installed-readline make make install
有关更多信息,请参阅http://www.Linuxfromscratch.org/lfs/view/development/chapter06/bash.html
精彩评论