标签:make 4.6 tar.gz efi conf 安装 figure get prefix
1. 获取源码
wget http://ftpmirror.gnu.org/libtool/libtool-2.4.6.tar.gz
tar xvf libtool-2.4.6.tar.gz -C ~/
cd ~/libtool-2.4.6
2. 配置
./configure --prefix=/home/jello/libtool
3. 编译
make -j4
4. 安装
make install
标签:make 4.6 tar.gz efi conf 安装 figure get prefix
原文地址:https://www.cnblogs.com/dakewei/p/10682596.html