Changes between Version 1 and Version 2 of barSoftwareInstallation
- Timestamp:
- 04/07/11 12:21:14 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
barSoftwareInstallation
v1 v2 4 4 5 5 ---- 6 *Note*: This procedure is valid for _Ubuntu 9.04_ and _Ubuntu 10.04 LTS_and was tested on 4.08.2010.7 For guides related to _Ubuntu 8.04_ see [InstallationUbuntu804 here].8 Installation on other Ubuntu versions or other Linux distributions is sim milar, however not yet described.6 *Note*: This procedure is valid for //Ubuntu 9.04// and //Ubuntu 10.04 LTS// and was tested on 4.08.2010. 7 For guides related to //Ubuntu 8.04// see [[barSoftwareinstallation8.04]]. 8 Installation on other Ubuntu versions or other Linux distributions is similar, however not described yet. 9 9 ---- 10 <wiki:toc max_depth="3" /> 10 [[PageOutline(1-3,, inline)]] 11 11 12 == Installing required packages==12 == Installing required packages == 13 13 14 14 Installation consists of following steps (just paste code blocks into terminal it should be fine (Ubuntu 9.10). 15 #Installing Visualization Toolkit and other graphic libraries:15 1. Installing Visualization Toolkit and other graphic libraries: 16 16 {{{ 17 17 sudo apt-get install \ … … 20 20 python-vtk libgtkgl2.0-1 libgtkgl2.0-dev libgtkglext1 librsvg2-2 python-nifti 21 21 }}} 22 #Installing python-related packages:22 2. Installing python-related packages: 23 23 {{{ 24 24 sudo apt-get install \ 25 25 python-gtkglext1 python-rsvg python-opengl python-numpy python-scipy python-wxgtk2.6 26 26 }}} 27 #Other packages:27 3. Other packages: 28 28 {{{ 29 29 sudo apt-get install \ … … 69 69 70 70 Once all packages are installed, it's time to create directory structure: 71 == Getting code==71 == Getting code == 72 72 It is assumed that main directory dedicated for software is `/home/$USERNAME/3dbar`. 73 73 if You want to install to another directory, please replace `3dbar` with desired path. … … 91 91 * *bin*: Holds all executable files, atlas parsers and auxiliary scripts 92 92 * *lib*: Holds 3dBAR api 93 * *atlases*: Directory, where source data, _CAF_ _datasets_and reconstructed models are stored. Each dataset (denoted as DATASET_NAME) contains following subdirectories:93 * *atlases*: Directory, where source data, //CAF datasets// and reconstructed models are stored. Each dataset (denoted as DATASET_NAME) contains following subdirectories: 94 94 * 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 95 * atlases/DATASET_NAME/caf : Is the directory where CAF dataset is generated by particular parsers. 96 96 * atlases/DATASET_NAME/reconstructions : Here performed reconstruction are generated using 3dBAR GUI. 97 97 98 <wiki:comment> 99 == Initial build==98 {{{#!comment 99 == Initial build == 100 100 In order create initial CAF datasets, generate documentation use following command in /home/$USERNAME/3dbar/ directory: 101 101 {{{ … … 110 110 111 111 112 ==Getting parsers for additional datasets== 113 114 </wiki:comment> 112 == Getting parsers for additional datasets == 113 }}}