error of compiling cmake

1237 단어
Today I compile the cmake, at the last step of it sudo make install, it give below error:
CMake Error at Utilities/cmake_install.cmake:36 (FILE):
  file INSTALL destination: /usr/local/man/man1 is not a directory.
Call Stack (most recent call first):
  cmake_install.cmake:57 (INCLUDE)
my solution:
sudo make install DEstdIR="/usr/local/"
That's say, we need tell system the target directory which wish to install explicitly.

좋은 웹페이지 즐겨찾기