Batchmake install: Difference between revisions

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


Coming soon.
'''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.

Revision as of 14:38, 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.