ルートなしでローカルにCGAL-4.11.1をインストールする

ルートなしでローカルにCGAL-4.11.1をインストールする

root権限なしでローカルサーバーにインストールしようとしましたが、CGAL-4.11.1これまで失敗しました。

tar -xvzf cgal-releases-CGAL-4.11.1.tar.gz
cmake -DCGAL_DIR:/local_path .
make
make install

このエラーが発生します。

-- Install configuration: "Release"
CMake Error at Installation/cmake_install.cmake:36 (file):
  file cannot create directory: /usr/local/share/doc/CGAL-4.11.1-I-900.
  Maybe need administrative privileges.
Call Stack (most recent call first):
  cmake_install.cmake:37 (include)



Makefile:61: recipe for target 'install' failed
make: *** [install] Error 1

上記のコマンドは機能しません。何をすべきかという提案がありますか?

ベストアンサー1

おすすめ記事