I suppose that you defined a directory to install in the Cmake chain not? Because if not it will install them in your system which it's not advisable, because you compile for Android no to be used by your OS.
In any way the make install only copies to the directory you set in the Cmake chain the headers and the libraries to be used in any project. There are two examples in the SVN for Android. 2011/9/5 Jayce Li <[email protected]> > Hi, > > where's the result file generated after compiling on android platform? > I follow the guide to make and make install. > and the lib folder and bin folder is empty after compiling. > There's many .a files under OpenSceneGraph-3.0.1\obj\local\armeabi . > How can I use them in android project? > > > Thank you! > > Cheers, > jayce.li > > ------------------ > Read this topic online here: > http://forum.openscenegraph.org/viewtopic.php?p=42410#42410 > > > > > > _______________________________________________ > osg-users mailing list > [email protected] > http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org >
_______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

