[osg-users] Up to date tutorials for linux

Jan Ciger jan.ciger at gmail.com
Thu Mar 2 01:33:52 PST 2017


Hello Rodrigo,

On Wed, Mar 1, 2017 at 10:57 PM, Rodrigo Dias <rodrigo1406 at gmail.com> wrote:

> Without clear instructions for Linux starters, I first downloaded the
> OpenSceneGraph-3.4.0.zip. Then I unzipped it and tried to compile using
> make/cmake. No success. Then I tried sudo apt-get install
> libopenscenegraph-dev openscenegraph. Not sure if the first is in conflict
> with the second, or where to find the proper libraries, includes, etc.
>
> If you do a FREE, OPEN SOURCE project, I think you should have more
> Tutorials other than Windows and Mac OS. I will post some broken links as
> long as I'm allowed.
>


To send the ball back to your court - without a clear report of what
exactly went wrong it is a bit difficult to help you. "No success" is not
very informative. Neither is demanding more tutorials without saying what
didn't work with the existing documentation.

You didn't say what went wrong (any error messages?), neither whether you
have installed all the dependencies (and disabled the ones you don't
have/want using CMake). You need to give people a bit more information if
you actually want help.

OSG is very easy to build on Linux, especially because most of the
dependencies are available compiled in the distribution repositories.
However, it expects that you know how to compile software using the CMake
build tool.

BTW, don't install libopenscenegraph-dev from the distribution repositories
if you want to compile your own OSG - that package is part of a
prepackaged/precompiled (and likely fairly old) OSG version comping with
your Debian. That will interfere with building your own, because the header
files and libraries will get mixed with the ones you are trying to build.

Regards,

J.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openscenegraph.org/pipermail/osg-users-openscenegraph.org/attachments/20170302/dae58c17/attachment-0003.htm>


More information about the osg-users mailing list