Changes between Version 25 and Version 26 of barSoftwareInstallation
- Timestamp:
- 10/04/11 08:46:03 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
barSoftwareInstallation
v25 v26 35 35 **Installation in Ubuntu 10.04** 36 36 37 Install the following packages:37 1. Install the Visualization Toolkit and other graphics libraries: 38 38 {{{ 39 39 sudo apt-get install \ … … 42 42 python-vtk libgtkgl2.0-1 libgtkgl2.0-dev libgtkglext1 librsvg2-2 python-nifti 43 43 }}} 44 2. Install python related packages: 44 45 {{{ 45 46 sudo apt-get install \ 46 47 python-gtkglext1 python-rsvg python-opengl python-numpy python-scipy python-wxgtk2.6 47 48 }}} 49 3. Other packages: 48 50 {{{ 49 51 sudo apt-get install \ … … 53 55 **Installation in Ubuntu 10.10 and Ubuntu 11.04** 54 56 55 Install the following packages:57 1. Install the Visualization Toolkit and other graphics libraries: 56 58 {{{ 57 59 sudo apt-get install \ … … 60 62 python-vtk libgtkgl2.0-1 libgtkgl2.0-dev libgtkglext1 librsvg2-2 python-nifti 61 63 }}} 64 2. Install python related packages: 62 65 {{{ 63 66 sudo apt-get install \ 64 67 python-gtkglext1 python-rsvg python-opengl python-numpy python-scipy python-wxgtk2.8 65 68 }}} 69 3. Other packages: 66 70 {{{ 67 71 sudo apt-get install \