[Paraview] Trouble building the ParaView sources
Utkarsh Ayachit
utkarsh.ayachit at kitware.com
Fri Jun 23 09:16:18 EDT 2017
>> 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
More information about the ParaView
mailing list