Changes between Version 34 and Version 35 of barSoftwareInstallation
- Timestamp:
- 04/27/12 11:29:29 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
barSoftwareInstallation
v34 v35 19 19 Unzip the file to your home directory and go to the 3dBAR directory: 20 20 {{{ 21 mkdir ~/3dbar; unzip 3dbar _latest.zip -d ~/3dbar ; cd ~/3dbar;21 mkdir ~/3dbar; unzip 3dbar.zip -d ~/3dbar ; cd ~/3dbar; 22 22 }}} 23 23 … … 56 56 }}} 57 57 58 === Installation in Kubuntu 11.10 === 58 === Installation in Ubuntu 12.04 LTS === 59 60 1. Install the Visualization Toolkit and other graphics libraries: 61 {{{ 62 sudo apt-get install \ 63 libvtk5.8 libvtk5-dev libvtk5.8-qt4 libvtk5-qt4-dev \ 64 tk8.5 tk8.5-dev \ 65 python-vtk libgtkgl2.0-1 libgtkgl2.0-dev libgtkglext1 librsvg2-2 python-nifti 66 }}} 67 2. Install python related packages: 68 {{{ 69 sudo apt-get install \ 70 python-gtkglext1 python-rsvg python-opengl python-numpy python-scipy python-wxgtk2.8 71 }}} 72 3. Other packages: 73 {{{ 74 sudo apt-get install \ 75 potrace pstoedit python-setuptools python-epydoc 76 }}} 77 78 79 === Installation in Ubuntu 11.10 === 59 80 60 81 1. Install the Visualization Toolkit and other graphics libraries: … … 75 96 potrace pstoedit python-setuptools python-epydoc 76 97 }}} 98 77 99 78 100 === Installation in Ubuntu 10.04 ===