This page under construction
NOTE: These instructions were tested under Ubuntu ver. 16.04.
Ubuntu 16.04 Requirements:
lib.ifi64
) next to the existing Winteracter libraries.In Terminal:
[OSG_FOLDER]\install
-D CMAKE_CXX_STANDARD=11 . (terminal based cmake that displays information in a textual based interface)CMAKE_INSTALL_PREFIX
= \[OF_FOLDER\]/install
XXX_LIBRARY
= \[OSG_FOLDER\]/install/lib64/<filename>.so
see reference below.Path to your Winteracter
. (terminal based cmake that displays information in a textual based interface)If you get a CMake warning "Could NOT find wxWidgets...)", will not build wxWidgets demo it is ok!
Reference library names for missing XXX_LIBRARY entries:
OSG_LIBRARY = libosg.so
OPENTHREADS_LIBRARY = libOpenThreads.so
OSGDB_LIBRARY = libosgDB.so
OSGGA_LIBRARY = libosgGA.so
OSGPARTICLE_LIBRARY = libosgParticle.so
OSGTEXT_LIBRARY = libosgText.so
OSGUTIL_LIBRARY = libosgUtil.so
OSGVIEWER_LIBRARY = libosgViewer.so
The configure process sets up build variables that can be modified before generating the actual build system. The variable list can be organized by clicking the "Grouped" button. Set the following variables:
In Terminal:
\[OF_FOLDER\]\build
test1
executable is in \[OF_FOLDER\]\install\bin
In Terminal:
1. make sure that LD_LIBRARY_PATH locates the libraries for OSG and OF
* export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:[OF_FOLDER]\install\lib:[OSG_FOLDER]\install\lib64
2. cd [OF_FOLDER]\install\bin
3. ./test1
OpenFrames is now built and installed.