VTK/Building/Linux: Difference between revisions

From KitwarePublic
< VTK‎ | Building
Jump to navigationJump to search
(Created page with '== Installing VTK On Linux == === Download === Download the source code with git clone git://vtk.org/VTK.git VTK === Configure === mkdir VTKBin cd VTKBin ccmake ../VTK Set…')
 
(Replaced content with "This page is obsolete, use [https://gitlab.kitware.com/vtk/vtk/-/blob/master/Documentation/dev/build.md build.md] instead.")
Tag: Replaced
 
(11 intermediate revisions by 3 users not shown)
Line 1: Line 1:
== Installing VTK On Linux ==
This page is obsolete, use [https://gitlab.kitware.com/vtk/vtk/-/blob/master/Documentation/dev/build.md build.md] instead.
 
=== Download ===
Download the source code with
git clone git://vtk.org/VTK.git VTK
 
=== Configure ===
mkdir VTKBin
cd VTKBin
ccmake ../VTK
 
Set any options you would like using the curses interface.
 
=== Build ===
make

Latest revision as of 18:38, 25 August 2021

This page is obsolete, use build.md instead.