FRAT/Install Guide: Difference between revisions
From KitwarePublic
< FRAT
Jump to navigationJump to search
(Created page with "__NOTITLE__ __NOTOC__ {| border="1" cellpadding="10" cellspacing="0" |+ <p style="font-size:250%">(F)luid (R)egistration and (A)tlas (T)oolkit</p> |- | style="background:#efefef...") |
|||
Line 37: | Line 37: | ||
== Download FRAT Source Code == | == Download FRAT Source Code == | ||
NOTE: Currently FRAT is available only as source. Binary executables may be available in the future. | |||
* | * Create the directory for your FRAT setup. We'll refer to it as FRAT_DIR for the sake of clarity. | ||
* In FRAT_DIR, clone the repository | |||
cd FRAT_DIR | |||
git clone git://gitorious.org/frat/frat.git | |||
* After cloning you should now have a FRAT_DIR/frat/ directory | |||
== Set up build == | |||
|- | |- | ||
|} | |} |
Revision as of 21:36, 10 August 2011
__NOTITLE__
|
InstallationWARNING: 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
Set up build |