Changes between Version 17 and Version 18 of InstallViewer


Ignore:
Timestamp:
Jul 27, 2014, 10:54:47 PM (11 years ago)
Author:
steve
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallViewer

    v17 v18  
    11= Installation of the Viewer on Ubuntu =
    22
    3 === NOTE Ubuntu 14.04 ===
    4 
    5 At present (June 2014) the packaged version of openscenegraph is missing the plugin for working with freetype fonts. This causes an error when running the viewer. The 'work around' is to compile the latest version of openscenegraph from source. Here are the instructions for [InstallViewerSource installing under Ubuntu 14.04]
    6 
    7 The following instructions work well for earlier versions of Ubuntu.
    8 
    9 == Packages to Install ==
    10 
    11 Install the following packages.
     3=== Install basic packages ===
    124
    135{{{
    14 sudo apt-get install libopenscenegraph-dev libgdal-dev make subversion
     6sudo apt-get install libgdal-dev make subversion
    157}}}
    168
    17 == Download the Code ==
     9
     10=== Installing open scene graph  ===
     11
     12At present (June 2014) the packaged version of openscenegraph for Ubuntu 14.04 is missing the plugin for working with freetype fonts. This causes an error when running the viewer. The 'work around' is to compile the latest version of openscenegraph from source. Here are the instructions for [InstallViewerSource installing under Ubuntu 14.04]
     13
     14The following instruction works well for earlier versions of Ubuntu.
     15
     16{{{
     17sudo apt-get libopenscenegraph-dev 
     18}}}
     19
     20== Download the anuga_viewer Code ==
    1821The latest version of the code is available from {{{googlecode}}}. Don't use the version on sourceforge.
    1922