[vtk-developers] -* Plugin compilation for paraview *- (help)

wil1 wil_serv at hotmail.com
Wed Jun 6 07:29:55 EDT 2018


Hi, shout out to Mathieu Westphal for the help
the solution to generate the .Dll of a plugin was :
 
- Install Ninja https://ninja-build.org/
 - add ninja.exe path to environment Path
 - Cleanup your plugin build directory
 - Open a VS2015 x64 Native Tools Command Prompt
 - in the terminal :
       cd /path/to/your/build/dir
       cmake-gui
 - in cmake-gui, configure you project but instead of "Visual Studio 14
2015", select "Ninja"
 - configure, find the ParaViewDir, generate
 - close cmake-gui
- in the terminal : 
        ninja


But know I have an other error, when putting ninja in the terminal i got :
"vtkexodusII-pv5.5.lib required for the plugin and missing "

Why do the plugin needs vtkexodus ??







--
Sent from: http://vtk.1045678.n5.nabble.com/VTK-Dev-f1251487.html


More information about the vtk-developers mailing list