Changes between Version 10 and Version 11 of barSoftwareInstallation


Ignore:
Timestamp:
08/29/11 10:52:43 (13 years ago)
Author:
danek
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • barSoftwareInstallation

    v10 v11  
    66**Note**: This procedure is valid for //Ubuntu 9.04// and //Ubuntu 10.04 LTS// and was tested on 4.08.2011. 
    77For 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. 
     8Installation on other Ubuntu versions or other Linux distributions is similar. 
    99---- 
    1010[[PageOutline(2-3,, inline)]] 
     
    1212== Installing required packages == 
    1313 
    14 Installation consists of following steps (just paste code blocks into terminal it should be fine (Ubuntu 9.10). 
    15   1. Installing Visualization Toolkit and other graphic libraries: 
     14 
     15**Installation in Ubuntu 9.10** 
     16  1. Install the Visualization Toolkit and other graphics libraries: 
    1617{{{ 
    1718sudo apt-get install \ 
     
    2021python-vtk libgtkgl2.0-1 libgtkgl2.0-dev libgtkglext1 librsvg2-2 python-nifti 
    2122}}} 
    22   2. Installing python-related packages: 
     23  2. Install python related packages: 
    2324{{{ 
    2425sudo apt-get install \ 
     
    3132}}} 
    3233 
    33 If You are developer, you may also want to install optional packages with documentation: 
     34If you are a developer you may also want to install optional packages with documentation: 
    3435{{{ 
    3536sudo apt-get install vtkdata vtk-doc vtk-examples 
    3637}}} 
    3738 
    38 If you use Ubuntu 10.04 install following packages: 
     39**Installation in Ubuntu 10.04** 
     40 
     41Install the following packages: 
    3942{{{ 
    4043sudo apt-get install \ 
     
    5255}}} 
    5356 
    54 If you use Ubuntu 10.10 install following packages: 
     57**Installation in Ubuntu 10.10** 
     58 
     59Install the following packages: 
    5560{{{ 
    5661sudo apt-get install \ 
     
    6873}}} 
    6974 
     75Once all the packages are installed it is time to create the directory structure. 
    7076 
    71 Once all packages are installed, it's time to create directory structure: 
    72 == Getting code == 
    73 It is assumed that main directory dedicated for software is `/home/$USERNAME/3dbar`. 
    74 if You want to install to another directory, please replace `3dbar` with desired path. 
     77== Getting the code == 
     78It is assumed that the main directory dedicated for 3dBAR is `/home/$USERNAME/3dbar`. 
     79if you want to install it in another directory, replace `3dbar` with the desired path. 
    7580 
    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. 
     81 
     82To get the latest stable version of 3dBAR fill out  
     83[http://service.3dbar.org/downloadForm the following form] then download 3dBAR using the link provided via email. 
    7784 
    7885Unzip the file to your home directory and go to the 3dBAR directory: 
    7986{{{ 
    80 unzip -f 3dbar_latest.zip -d ~/3dbar ; cd ~/3dbar; 
     87mkdir ~/3dbar; unzip 3dbar_latest.zip -d ~/3dbar ; cd ~/3dbar/3dbar_publ; 
    8188}}} 
    8289 
     90{{{#!comment 
    8391then create directory where datasets will be stored: 
    8492{{{ 
    8593mkdir -p /home/$USERNAME/3dbar/atlases 
    8694}}} 
     95}}} 
    8796 
    88 Created directories have following purposes: 
     97Created directories have the following purposes: 
    8998  * **bin**: Holds all executable files, atlas parsers and auxiliary scripts 
    90   * **lib**: Holds 3dBAR api 
    91   * **atlases**: Directory, where source data, //CAF datasets// and reconstructed models are stored. Each dataset (denoted as DATASET_NAME) contains following subdirectories: 
    92     * 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.  
    93     * atlases/DATASET_NAME/caf : Is the directory where CAF dataset is generated by particular parsers. 
    94     * atlases/DATASET_NAME/reconstructions : Directory for reconstructed models. 
     99  * **lib**: Holds the 3dBAR api 
     100  * **atlases**: Directory, where the source data, //CAF datasets// and reconstructed models are stored. Each dataset (denoted as DATASET_NAME) contains the following subdirectories: 
     101    * atlases/DATASET_NAME/src : Here the source data is located. It can be placed manually by a user or downloaded from internet depending on a particular parser.  
     102    * atlases/DATASET_NAME/caf : This is the directory where a CAF dataset is generated by specific parsers. 
     103    * atlases/DATASET_NAME/reconstructions : The directory for reconstructed models. 
    95104 
    96105{{{#!comment 
friendster counter