Showing posts with label minimal. Show all posts
Showing posts with label minimal. Show all posts

Wednesday, May 14, 2008

Build VTK from source using MinGW/MSys

Here is the reference document on how to build VTK from source in MinGW/MSys



The minimal project for MinGW/MSys can be found here:



Two files are potentially useful in the build process:

http://code.hkpeterpeter.googlepages.com/CMakeLists.txt


http://code.hkpeterpeter.googlepages.com/jconfig.h


(Note: Although not quite accurate, you can think MinGW is a thin abstraction layer which allows you to port softwares in Unix-like environment to Windows with the minimal changes of code. MSys provides a Unix-like shell environment, just like bash/csh).

Friday, April 13, 2007

Build VTK from source in Visual Studio

Here is the reference document on how to build VTK from source in Visual Studio and configure Visual Studio IDE



After you installed VTK and configure Visual Studio IDE. You can use this minimal project file to test your installation.