Changes between Version 17 and Version 18 of InstallViewer
- Timestamp:
- Jul 27, 2014, 10:54:47 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallViewer
v17 v18 1 1 = Installation of the Viewer on Ubuntu = 2 2 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 === 12 4 13 5 {{{ 14 sudo apt-get install lib openscenegraph-dev libgdal-dev make subversion6 sudo apt-get install libgdal-dev make subversion 15 7 }}} 16 8 17 == Download the Code == 9 10 === Installing open scene graph === 11 12 At 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 14 The following instruction works well for earlier versions of Ubuntu. 15 16 {{{ 17 sudo apt-get libopenscenegraph-dev 18 }}} 19 20 == Download the anuga_viewer Code == 18 21 The latest version of the code is available from {{{googlecode}}}. Don't use the version on sourceforge. 19 22