# Example command line for applying vtk patches, where # ../src_patched/VTK is the location of the VTK source to be patched # The vtkRibbonFilter patch was created by Obada Mahdi # http://public.kitware.com/pipermail/vtkusers/2006-June/085788.html cat ribbonfilter.patch | patch -Np1 -d ../src_patched/VTK # The ruby patch is obtained from http://www.gfd-dennou.org/arch/ruby/products/ruby-vtk/ cat vtk-ruby-060915.patch | patch -Np1 -d ../src_patched/VTK