User:Jjomier: Difference between revisions
From KitwarePublic
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
[[BatchMake: | = BatchMake Installation = | ||
[[BatchMake | |||
== From binaries == | |||
BatchMake is currently available as binaries for Windows and Linux. | |||
See [http://public.kitware.com/BatchMake/download.htm http://public.kitware.com/BatchMake/download.htm] to donwload the binaries. | |||
== From source == | |||
BatchMake is an open-source and cross-platform tool. The code is made available for free at | |||
[http://public.kitware.com/BatchMake/download.htm http://public.kitware.com/BatchMake/download.htm] | |||
=== Requirements === | |||
In order to compile BatchMake you will need: | |||
* The Insight Toolkit: [http://www.itk.org www.itk.org] | |||
* The Fast Light Toolkit [http://www.fltk.org www.fltk.org] | |||
* CMake [http://www.cmake.org www.cmake.org] (2.2.4) | |||
=== Compilation === | |||
* Configure and Compile the Insight Toolkit using CMake | |||
* Configure and Compile the Fast Light Toolkit using CMake | |||
* Run CMake on BatchMake | |||
** Set the FLTK_DIR variable to your FLTK binary directory | |||
** Set the ITK_DIR variable to your ITK binary directory | |||
** Leave GRID_SUPPORT and DASHBOARD_SUPPORT to OFF (not available for now) | |||
** You can debugging console on windows by turning the HIDE_CONSOLE to OFF | |||
** You can disable the splash screen by turning the SPLASHSCREEN variable to OFF | |||
= BatchMake Tutorial = |
Latest revision as of 15:28, 25 September 2006
BatchMake Installation
From binaries
BatchMake is currently available as binaries for Windows and Linux. See http://public.kitware.com/BatchMake/download.htm to donwload the binaries.
From source
BatchMake is an open-source and cross-platform tool. The code is made available for free at http://public.kitware.com/BatchMake/download.htm
Requirements
In order to compile BatchMake you will need:
- The Insight Toolkit: www.itk.org
- The Fast Light Toolkit www.fltk.org
- CMake www.cmake.org (2.2.4)
Compilation
- Configure and Compile the Insight Toolkit using CMake
- Configure and Compile the Fast Light Toolkit using CMake
- Run CMake on BatchMake
- Set the FLTK_DIR variable to your FLTK binary directory
- Set the ITK_DIR variable to your ITK binary directory
- Leave GRID_SUPPORT and DASHBOARD_SUPPORT to OFF (not available for now)
- You can debugging console on windows by turning the HIDE_CONSOLE to OFF
- You can disable the splash screen by turning the SPLASHSCREEN variable to OFF