Hi, To install osg, type:
sudo apt-get install libopenscenegraph-dev openscenegraph You can use the IDE that you prefer, you'd better try all you can and get the one that is more suited to you. As for the behaviour, there isn't any big differences from MSVC: just make a project and specify the OSG libraries you want to use (osg, osgViewer and so on...) You have OSG's API reference at: http://www.openscenegraph.org/documentation/OpenSceneGraphReferenceDocs/namespaces.html You should also read the examples provided by OSG to learn how to use it. They are located at /usr/share/openscenegraph/examples/. HTH, Alberto El Miércoles 04 Febrero 2009ES 07:41:23 Trịnh Thành Trung GMail escribió: > Hi, I am just new in Linux, and I don't know where to start. Currently I am > using Ubuntu 8.10, and install osg through Synaptic package manager, and > using Code::Block as a C++ IDE. Writing program in Linux is so different > with in Windows, and stilll I can't have the osg HelloWorld runable. I have > googled for a while but no hope. Can somebody help me with this newbie > stuff, please. You may provide me how to install osg, or what IDE I should > use, and how I will configure that, with detail step by step. You may give > me some useful links, any help is muck appreciate. I am completely lost. > Thanks in advance _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

