Changes between Version 9 and Version 10 of DownloadUbuntuViewer


Ignore:
Timestamp:
Nov 9, 2011, 10:48:18 AM (14 years ago)
Author:
habili
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DownloadUbuntuViewer

    v9 v10  
    2020  * Ubuntu 10.04 ("Lucid Lynx") [http://sourceforge.net/projects/anuga/files/anuga_viewer_ubuntu/anuga-viewer_1.0.1-lucid_i386.deb/download i386] | [https://sourceforge.net/projects/anuga/files/anuga_viewer_ubuntu/anuga-viewer_1.0.1-luvid_amd64.deb/download AMD64]
    2121
     22== Natty 11.04 ==
     23
     24There are no packages built for Natty (11.04), but the packages for Maverick (10.10) work. The steps are as follows:
     25{{{
     26sudo add-apt-repository ppa:anuga/ppa
     27sudo sed -i 's/natty/maverick/g' /etc/apt/sources.list.d/anuga-ppa-natty.list
     28sudo apt-get update
     29sudo apt-get install anuga-viewer
     30}}}
     31
     32Note also that the default Python version for natty is 2.7 but ANUGA will be installed under Python2.6 (and you need to install Python 2.6)
     33
     34
     35