标签: boost boost-mpi
如何在我的主目录中安装Boost.MPI而不对我正在使用的Unix系统拥有任何管理权限?
答案 0 :(得分:1)
正如Boost Getting Started Guide中明确提到的,在调用bootstrap.sh指定预期安装目标时传递--prefix:
--prefix
除非您在系统的/usr/local/目录中拥有写入权限,否则您可能至少需要使用 $ ./bootstrap.sh --prefix=path/to/installation/prefix 安装在其他地方。
除非您在系统的/usr/local/目录中拥有写入权限,否则您可能至少需要使用
/usr/local/
$ ./bootstrap.sh --prefix=path/to/installation/prefix
安装在其他地方。