Instale o CGAL-4.11.1 localmente sem ser raiz

0

Estou tentando instalar CGAL-4.11.1 em um servidor localmente sem privilégio de root, mas até agora falhei.

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

Eu recebo este erro

-- 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

Os comandos acima não estão funcionando. Alguma sugestão de como isso deve ser feito?

    
por Dalek 28.03.2018 / 20:08

0 respostas