[vtkusers] ow to build standalone VTK IO

David E DeMarle dave.demarle at kitware.com
Fri Mar 13 07:39:33 EDT 2015


Assuming vtk >= 6.0 it is easy. (that's what 6.0 was about).

With cmake turn of all of the GROUPS and TESTING and in the advanced
options, turn on vtkModule_IOfoo. Then build. Optionally remove the source
code directories that do not belong to the set of modules cmake enables.
On Mar 13, 2015 4:50 AM, "Albert Akhriev" <aaahaaah at yandex.ru> wrote:

> Hi All,
>
> I need vtkIO compiled on remote machine where I run a solver and save the
> results into a file using vtkIO.
> The problem is that I do not have root privilege, so compilation of the
> full VTK package is problematic
> because there is no OpenGL on remote machine (even Mesa).
> In fact, I do not need graphics in there, rather vtkIO solely.
> Please, let me know how can I modify makefiles to build vtkIO only and
> skip all other stuff?
> Thank you in advance.
>
> Albert
> _______________________________________________
> 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 VTK FAQ at:
> http://www.vtk.org/Wiki/VTK_FAQ
>
> Search the list archives at: http://markmail.org/search/?q=vtkusers
>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/vtkusers
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtkusers/attachments/20150313/1fc606c3/attachment.html>


More information about the vtkusers mailing list