FRAT/Install Guide: Difference between revisions
From KitwarePublic
< FRAT
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 15: | Line 15: | ||
<b>For Users</b> | <b>For Users</b> | ||
* [[FRAT/Install_Guide | Installation Guide]] | * [[FRAT/Install_Guide | Installation Guide]] | ||
* [[FRAT/Slicer | FRAT with Slicer]] | * [[FRAT/Slicer | FRAT with Slicer]] | ||
<br> | <br> | ||
Line 22: | Line 21: | ||
<b>For Developers</b> | <b>For Developers</b> | ||
* [[FRAT/Library | libFRAT]] | * [[FRAT/Library | libFRAT]] | ||
* [[FRAT/Documentation | API Documentation]] | |||
* [[FRAT/Development | Development Docs]] | * [[FRAT/Development | Development Docs]] | ||
<br> | <br> |
Latest revision as of 22:17, 11 August 2011
__NOTITLE__
|
Installation GuideWARNING: FRAT is currently a work in progress and is under no mandate to maintain backward compatibility. Dependencies
Download FRAT Source CodeNOTE: Currently FRAT is available only as source. Binary executables may be available in the future.
cd FRAT_DIR git clone git://gitorious.org/frat/frat.git
Configure build
mkdir build cd build
ccmake FRAT_DIR/frat
ITK_DIR TubeTK_BUILD_DIR/GenerateCLP-Build GenerateCLP_DIR TubeTK_BUILD_DIR/Insight-Build
COMPILE_APPLICATIONS ON COMPILE_TESTING ON
Build
make -j4
make doc |