1. ./configure -prefix=/usr/local -with-shared -without-debug
2. make
3. make install
本文介绍了一种简单的软件安装流程,分为三个步骤:使用 configure 脚本进行配置,然后编译并安装软件。该过程确保了软件可以正确地安装到指定路径。
1. ./configure -prefix=/usr/local -with-shared -without-debug
2. make
3. make install
6329

被折叠的 条评论
为什么被折叠?