Batchmake install: Difference between revisions

From KitwarePublic
Jump to navigationJump to search
Line 3: Line 3:
= Install BatchMake =
= Install BatchMake =


'''ON LINUX'''
 
== '''ON LINUX''' ==
 


Open a terminal then run this command line:
Open a terminal then run this command line:
Line 13: Line 15:


You will have to specify CMAKE_BUILD_TYPE (Debug or Release) and the ITK_DIR which is the directory that contains ITKConfig.cmake file.
You will have to specify CMAKE_BUILD_TYPE (Debug or Release) and the ITK_DIR which is the directory that contains ITKConfig.cmake file.
Press 'c' to configure then 'g' to generate and then run the 'make' command to compile Batchmake.

Revision as of 14:41, 8 October 2010

< Main BatchMake

Install BatchMake

ON LINUX

Open a terminal then run this command line:

cvs -d :pserver:anoncvs@batchmake.org:/cvsroot/BatchMake co BatchMake

To build and compile BatchMake, create a new directory (BatchMakeBin for instance) and then do:

cd BatchMakeBin
ccmake ../BatchMake

You will have to specify CMAKE_BUILD_TYPE (Debug or Release) and the ITK_DIR which is the directory that contains ITKConfig.cmake file. Press 'c' to configure then 'g' to generate and then run the 'make' command to compile Batchmake.