Talk:Building PLplot

From PLplotWiki
Revision as of 20:59, 11 April 2010 by Ezaron (Talk | contribs) (Correct invocation of cmake)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

It seems that the proper invocation of cmake is now (svn r10902):

mkdir build_dir
cd build_dir
cmake -DCMAKE_INSTALL_PREFIX=/my/prefix \
.. >& cmake.out