<div dir="ltr">Hi wil1, Hi ParaView dev list<div><br></div><div>As stated before, you should post on the right mailing list.</div><div><span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:small;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline">First, paraview officially support visual studio 2013, not 2015, but this should work the same :</span><br></div><div><span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:small;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline"><br></span></div><div>Here is a quick tutorial on how to build a Plugin with Ninja on windows.</div><div>please do the following : <br></div><div><br></div><div> - Install Ninja <a href="https://ninja-build.org/">https://ninja-build.org/</a></div><div> - Cleanup your plugin build directory</div><div> - Open a VS2015 x64 Native Tools Command Prompt</div><div> - in the terminal :</div><div>       cd /path/to/your/build/dir</div><div>       cmake-gui</div><div> - in cmake-gui, configure you project but instead of "Visual Studio 14 2015", select "Ninja"</div><div> - configure, find the ParaViewDir, generate</div><div> - close cmake-gui</div><div>- in the terminal : </div><div>        ninja</div><div><br></div><div>you now have a libYouPlugin.dll file in the build directory.</div><div><br></div><div>Best regards.</div><div><br></div><div><br></div><div><br></div></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr">Mathieu Westphal<br></div></div></div>
<br><div class="gmail_quote">On Mon, Jun 4, 2018 at 3:30 PM, wil1 <span dir="ltr"><<a href="mailto:wil_serv@hotmail.com" target="_blank">wil_serv@hotmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Can you explain me the full procedure of building a plugin with ninja ?<br>
<br>
I downloaded the git repository : git clone<br>
git://<a href="http://github.com/ninja-build/ninja.git" rel="noreferrer" target="_blank">github.com/ninja-build/<wbr>ninja.git</a><br>
Cmake doesn't recognise ninja <br>
<br>
<br>
<br>
<br>
--<br>
Sent from: <a href="http://vtk.1045678.n5.nabble.com/VTK-Dev-f1251487.html" rel="noreferrer" target="_blank">http://vtk.1045678.n5.nabble.<wbr>com/VTK-Dev-f1251487.html</a><br>
______________________________<wbr>_________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/<wbr>opensource/opensource.html</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=vtk-developers" rel="noreferrer" target="_blank">http://markmail.org/search/?q=<wbr>vtk-developers</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="https://public.kitware.com/mailman/listinfo/vtk-developers" rel="noreferrer" target="_blank">https://public.kitware.com/<wbr>mailman/listinfo/vtk-<wbr>developers</a><br>
<br>
</blockquote></div><br></div>