<div dir="ltr"><div class="gmail_extra"><br></div><div class="gmail_extra">Hello Rodrigo,</div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Mar 1, 2017 at 10:57 PM, Rodrigo Dias <span dir="ltr"><<a href="mailto:rodrigo1406@gmail.com" target="_blank">rodrigo1406@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div id=":1cz" class="a3s aXjCH m15a8e0a9954204f0">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.<br>
<br>
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.</div></blockquote></div><br><br></div><div class="gmail_extra">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. </div><div class="gmail_extra"><br></div><div class="gmail_extra">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. </div><div class="gmail_extra"><br></div><div class="gmail_extra">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. </div><div class="gmail_extra"><br></div><div class="gmail_extra">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. </div><div class="gmail_extra"><br></div><div class="gmail_extra">Regards,</div><div class="gmail_extra"><br></div><div class="gmail_extra">J. </div><div class="gmail_extra"><br></div></div>