- git 官网获取 tar.gz 包
- 依赖
- gettext
- libcurl4-openssl-dev
- 执行命令
aptitude install gettext libcurl4-openssl-dev
// ./configure --with-curl --with-expat
./configure
make && make install
问题参考
aptitude install gettext libcurl4-openssl-dev
// ./configure --with-curl --with-expat
./configure
make && make install
问题参考