Changes between Version 30 and Version 31 of barSoftwareInstallation


Ignore:
Timestamp:
02/27/12 15:39:53 (12 years ago)
Author:
pmajka
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • barSoftwareInstallation

    v30 v31  
    66[[PageOutline(2-4,, inline)]] 
    77 
    8 == Installing required packages == 
    98 
    109 
    11 === Installation in Ubuntu 9.10 === 
    12   1. Install the Visualization Toolkit and other graphics libraries: 
     10== Getting the code == 
     11It is assumed that the main directory dedicated for 3dBAR is `/home/$USERNAME/3dbar`. 
     12if you want to install it in another directory, replace `3dbar` with the desired path. 
     13 
     14 
     15To get the latest stable version of 3dBAR fill out  
     16[http://service.3dbar.org/downloadForm the following form] then download 3dBAR using the link provided via email. 
     17 
     18Unzip the file to your home directory and go to the 3dBAR directory: 
    1319{{{ 
    14 sudo apt-get install \ 
    15 libvtk5.2 libvtk5-dev libvtk5.2-qt4 libvtk5-qt4-dev \ 
    16 tk8.5 tk8.5-dev \ 
    17 python-vtk libgtkgl2.0-1 libgtkgl2.0-dev libgtkglext1 librsvg2-2 python-nifti 
    18 }}} 
    19   2. Install python related packages: 
    20 {{{ 
    21 sudo apt-get install \ 
    22 python-gtkglext1 python-rsvg python-opengl python-numpy python-scipy python-wxgtk2.6 
    23 }}} 
    24   3. Other packages: 
    25 {{{ 
    26 sudo apt-get install \ 
    27 potrace pstoedit python-setuptools python-epydoc 
     20mkdir ~/3dbar; unzip 3dbar_latest.zip -d ~/3dbar ; cd ~/3dbar; 
    2821}}} 
    2922 
    30 If you are a developer you may also want to install optional packages with documentation: 
    31 {{{ 
    32 sudo apt-get install vtkdata vtk-doc vtk-examples 
    33 }}} 
     23The directories have the following purposes: 
     24  * **bin**: Holds all executable files, atlas parsers and auxiliary scripts 
     25  * **lib**: Holds the 3dBAR api 
     26  * **atlases**: Directory, where the source data, //CAF datasets// and reconstructed models are stored. Each dataset (denoted as DATASET_NAME) contains the following subdirectories: 
     27    * 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.  
     28    * atlases/DATASET_NAME/caf : This is the directory where a CAF dataset is generated by specific parsers. 
     29    * atlases/DATASET_NAME/reconstructions : The directory for reconstructed models. 
    3430 
    35 === Installation in Ubuntu 10.04 === 
     31Then follow instructions from `README` file to verify if the installation was successful. 
    3632 
    37   1. Install the Visualization Toolkit and other graphics libraries: 
    38 {{{ 
    39 sudo apt-get install \ 
    40 libvtk5.2 libvtk5-dev libvtk5.2-qt4 libvtk5-qt4-dev \ 
    41 tk8.5 tk8.5-dev \ 
    42 python-vtk libgtkgl2.0-1 libgtkgl2.0-dev libgtkglext1 librsvg2-2 python-nifti 
    43 }}} 
    44   2. Install python related packages: 
    45 {{{ 
    46 sudo apt-get install \ 
    47 python-gtkglext1 python-rsvg python-opengl python-numpy python-scipy python-wxgtk2.6 
    48 }}} 
    49   3. Other packages: 
    50 {{{ 
    51 sudo apt-get install \ 
    52 potrace pstoedit python-setuptools python-epydoc 
    53 }}} 
     33 
     34== Installing required packages == 
    5435 
    5536=== Installation in Ubuntu 10.10 and Ubuntu 11.04 === 
     
    9374}}} 
    9475 
    95 == Getting the code == 
    96 It is assumed that the main directory dedicated for 3dBAR is `/home/$USERNAME/3dbar`. 
    97 if you want to install it in another directory, replace `3dbar` with the desired path. 
     76=== Installation in Ubuntu 10.04 === 
     77 
     78  1. Install the Visualization Toolkit and other graphics libraries: 
     79{{{ 
     80sudo apt-get install \ 
     81libvtk5.2 libvtk5-dev libvtk5.2-qt4 libvtk5-qt4-dev \ 
     82tk8.5 tk8.5-dev \ 
     83python-vtk libgtkgl2.0-1 libgtkgl2.0-dev libgtkglext1 librsvg2-2 python-nifti 
     84}}} 
     85  2. Install python related packages: 
     86{{{ 
     87sudo apt-get install \ 
     88python-gtkglext1 python-rsvg python-opengl python-numpy python-scipy python-wxgtk2.6 
     89}}} 
     90  3. Other packages: 
     91{{{ 
     92sudo apt-get install \ 
     93potrace pstoedit python-setuptools python-epydoc 
     94}}} 
    9895 
    9996 
    100 To get the latest stable version of 3dBAR fill out  
    101 [http://service.3dbar.org/downloadForm the following form] then download 3dBAR using the link provided via email. 
    102  
    103 Unzip the file to your home directory and go to the 3dBAR directory: 
     97=== Installation in Ubuntu 9.10 === 
     98  1. Install the Visualization Toolkit and other graphics libraries: 
    10499{{{ 
    105 mkdir ~/3dbar; unzip 3dbar_latest.zip -d ~/3dbar ; cd ~/3dbar; 
     100sudo apt-get install \ 
     101libvtk5.2 libvtk5-dev libvtk5.2-qt4 libvtk5-qt4-dev \ 
     102tk8.5 tk8.5-dev \ 
     103python-vtk libgtkgl2.0-1 libgtkgl2.0-dev libgtkglext1 librsvg2-2 python-nifti 
     104}}} 
     105  2. Install python related packages: 
     106{{{ 
     107sudo apt-get install \ 
     108python-gtkglext1 python-rsvg python-opengl python-numpy python-scipy python-wxgtk2.6 
     109}}} 
     110  3. Other packages: 
     111{{{ 
     112sudo apt-get install \ 
     113potrace pstoedit python-setuptools python-epydoc 
    106114}}} 
    107115 
    108 The directories have the following purposes: 
    109   * **bin**: Holds all executable files, atlas parsers and auxiliary scripts 
    110   * **lib**: Holds the 3dBAR api 
    111   * **atlases**: Directory, where the source data, //CAF datasets// and reconstructed models are stored. Each dataset (denoted as DATASET_NAME) contains the following subdirectories: 
    112     * 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.  
    113     * atlases/DATASET_NAME/caf : This is the directory where a CAF dataset is generated by specific parsers. 
    114     * atlases/DATASET_NAME/reconstructions : The directory for reconstructed models. 
     116If you are a developer you may also want to install optional packages with documentation: 
     117{{{ 
     118sudo apt-get install vtkdata vtk-doc vtk-examples 
     119}}} 
    115120 
    116 Then follow instructions from `README` file to verify if the installation was successful. 
     121=== Installation in Ubuntu 8.04 === 
     122 
     123Installation consists of following steps (just paste code blocks into terminal it should be fine: 
     124  1. Installing Visualization Toolkit and other graphic libraries: 
     125{{{ 
     126sudo apt-get install \ 
     127libvtk5 libvtk5-dev libvtk5-qt4 libvtk5-qt4-dev \ 
     128tk8.5 tk8.5-dev \ 
     129python-vtk libgtkgl2.0-1 libgtkgl2.0-dev libgtkglext1 librsvg2-2 python-nifti 
     130}}} 
     131  2. Installing python-related packages: 
     132{{{ 
     133sudo apt-get install \ 
     134python-gtkglext1 python-opengl python-numpy python-scipy \ 
     135python-gnome2 python-gnome2-desktop python-gnome2-desktop-dev python-gnome2-dev python-wxgtk2.6 
     136}}} 
     137  3. Other packages: 
     138{{{ 
     139sudo apt-get install \ 
     140potrace pstoedit python-setuptools subversion python-epydoc 
     141}}} 
     142 
     143If You are a developer, you may also want to install optional packages with documentation: 
     144{{{ 
     145sudo apt-get install vtkdata vtk-doc vtk-examples 
     146}}} 
friendster counter