>> I then execute: ccmake ../src >> >> CMake does come up, but instead of seeing the 3 variables shown in the >> README, I see just "EMPTY CACHE".
Since you have installed Ninja, do this. > ccmake -G Ninja ../src Next hit "c" to configure. That will process cmake configuration files in ParaView and then provide you with options that you can set. Any time you change options, hit "c" to configure again. Once done, you can hit "g" to generate the build files. Then do > ninja-build _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Search the list archives at: http://markmail.org/search/?q=ParaView Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/paraview
