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