루트 없이 로컬로 CGAL-4.11.1 설치

루트 없이 로컬로 CGAL-4.11.1 설치

루트 권한 없이 로컬 서버에 설치 하려고 하는데 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

위의 명령은 작동하지 않습니다. 무엇을 해야 할지에 대한 제안이 있으십니까?

관련 정보