Batchmake install
From KitwarePublic
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.