wiki:InstallViewer

Version 3 (modified by steve, 13 years ago) (diff)

--

Installation of the Viewer on Ubuntu

Packages to Install =

Install the following packages.

sudo apt-get install libopenscenegraph-dev
sudo apt-get install libgdal-dev
sudo apt-get install make

Download the Code

The latest version of the code is available from googlecode.

If subversion has not been install do that now via

sudo apt-get install subversion

From your home directory, download the anuga viewer code via

svn checkout http://anuga-viewer.googlecode.com/svn/trunk/ anuga-viewer

Change into the new directory anuga-viewer. From this directory build and install the viewer via

make
make install