Debug |
DebWithRelInfo | Release | ...
).tar -xzvf vtkFLTK-0.6.1.tgz
mkdir vtkFLTK-build
cd vtkFLTK-build
cmake ../vtkFLTK-0.6.1
make depend
make
make install
tar -xzvf vtkFLTK-0.6.1.tgz
mkdir vtkFLTK-build
cd vtkFLTK-build
.../bin/cmake -DVTK_DIR:PATH=/.../VTK-build -DFLTK_INCLUDE_DIR:PATH=/.../fltk-1.1.x .../vtkFLTK-0.6.1
make depend
make
make install