There are currently 2 posts.
linux下绝大多数软件包都是用automake打包的。
automake可以根据当前的电脑环境自动生成复杂的Makefile文件。
automake打包的软件的安装方法:
./configure
make
sudo make install
Content converter: