Changes between Version 8 and Version 9 of barSoftwareInstallation
- Timestamp:
- 08/27/11 17:40:54 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
barSoftwareInstallation
v8 v9 74 74 if You want to install to another directory, please replace `3dbar` with desired path. 75 75 76 In order to get latest stable version use following command: 76 In order to get latest stable version of 3dBAR fill out [http://service.3dbar.org/downloadForm following form] then download 3dBAR using link provided via email. 77 78 Unzip the file to your home directory and go to the 3dBAR directory: 77 79 {{{ 78 svn checkout http://svn.3dbar.org/svn/3dBrainAtlasReconstructor/tags/latest /home/$USERNAME/3dbar 79 }}} 80 81 or get working code snapshot: 82 {{{ 83 svn checkout http://svn.3dbar.org/svn/3dBrainAtlasReconstructor/trunk/ /home/$USERNAME/3dbar 80 unzip -f 3dbar_latest.zip -d ~/3dbar ; cd 3dbar; 84 81 }}} 85 82