Changes between Version 4 and Version 5 of barSoftwareInstallation
- Timestamp:
- 04/10/11 22:38:51 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
barSoftwareInstallation
v4 v5 68 68 }}} 69 69 70 70 71 Once all packages are installed, it's time to create directory structure: 71 72 == Getting code == … … 75 76 In order to get latest stable version use following command: 76 77 {{{ 77 svn checkout http:// 3dbrainatlasreconstructor.googlecode.com/svn/tags/latest/78 svn checkout http://svn.3dbar.org/svn/3dBrainAtlasReconstructor/tags/latest /home/$USERNAME/3dbar 78 79 }}} 79 80 80 81 or get working code snapshot: 81 82 {{{ 82 svn checkout http:// 3dbrainatlasreconstructor.googlecode.com/svn/trunk/ /home/$USERNAME/3dbar83 svn checkout http://svn.3dbar.org/svn/3dBrainAtlasReconstructor/trunk/ /home/$USERNAME/3dbar 83 84 }}} 84 85 … … 94 95 * atlases/DATASET_NAME/src : Here source data is located. It may be put manually by user or ie. downloaded from internet depending on particular parser. 95 96 * atlases/DATASET_NAME/caf : Is the directory where CAF dataset is generated by particular parsers. 96 * atlases/DATASET_NAME/reconstructions : Here performed reconstruction are generated using 3dBAR GUI.97 * atlases/DATASET_NAME/reconstructions : Directory for reconstructed models. 97 98 98 99 {{{#!comment