Changes between Version 15 and Version 16 of barSoftwareInstallation
- Timestamp:
- 08/30/11 11:32:52 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
barSoftwareInstallation
v15 v16 86 86 }}} 87 87 88 {{{#!comment89 then create directory where datasets will be stored:90 {{{91 mkdir -p /home/$USERNAME/3dbar/atlases92 }}}93 }}}94 95 88 Created directories have the following purposes: 96 89 * **bin**: Holds all executable files, atlas parsers and auxiliary scripts … … 100 93 * atlases/DATASET_NAME/caf : This is the directory where a CAF dataset is generated by specific parsers. 101 94 * atlases/DATASET_NAME/reconstructions : The directory for reconstructed models. 95 96 == Initial build == 97 === Documentation === 98 In order to generate documentation execute: 99 {{{ 100 make doc 101 }}} 102 103 The documentation for API can be viewed by opening '~/3dbar/doc/api/html/index.html' 104 and the documentation for 3dBAR graphic interface can be viewed by opening 105 '~/3dbar/doc/api/html/index.html'. 106 102 107 103 108 {{{#!comment