From: John B. <wil...@mc...> - 2015-01-26 18:52:59
|
Hi all, I am trying to install plplot 5.10.0 on some machines with Centos 6.6 with Cmake 2.8.12. I downloaded the tarballed 5.10.0 source and was trying to follow the installation instructions here: http://sourceforge.net/p/plplot/wiki/Linux/ But when getting to the step of cmake for which I do cmake \ -DCMAKE_INSTALL_PREFIX:PATH=/soft/rmgdft/1.0/plplot \ ../plplot-\5.10.0 >& cmake.out I get an error in cmake.out of the following: $ less cmake.out CMake Error: The source directory "/soft/rmgdft/src/plplot-5.10.0/build_directory/ ../plplot-5.10.0" does not exist. Specify --help for usage, or press the help button on the CMake GUI. But the directory does exist $ ls ../ | grep plplot-5.10.0 plplot-5.10.0 Have the installation instructions changed? Thanks! |