指定linux软件安装路径

默认安装在/usr/local目录下

./configure --prefix=path


make install DESTDIR=path


rpm -Uvh --prefix=path 安装包

你可能感兴趣的:(软件,安装路径)