Changes between Initial Version and Version 1 of InstallViewerSource


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

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallViewerSource

    v1 v1  
     1== Installing Open Scene Graph for Ubuntu 14.04 ===
     2
     3First install the open scene graph dependencies.
     4
     5{{{
     6sudo apt-get build-dep openscenegraph
     7}}}
     8
     9Now from your home directory download the open scene graph source code.
     10
     11{{{
     12svn co http://svn.openscenegraph.org/osg/OpenSceneGraph/tags/OpenSceneGraph-3.2.1 OpenSceneGraph
     13}}}
     14
     15Now we need to compile the code. Follow the commands (The {{{make}}} command took about one hour! on my desktop)
     16
     17{{{
     18./configure
     19make
     20sudo make install
     21}}}
     22
     23Finally we need to fix up a few paths.