File: openscenegraph-examples.README.Debian

package info (click to toggle)
openscenegraph 3.6.5%2Bdfsg1-11
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 40,100 kB
  • sloc: cpp: 392,065; ansic: 21,495; java: 1,020; yacc: 548; makefile: 431; objc: 406; xml: 155; lex: 151; javascript: 34
file content (6 lines) | stat: -rw-r--r-- 457 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
The `openscenegraph-examples' package is just a convenience source bundle for learning and inspecting the code of the examples shipped with OSG and whose binaries belong to the `openscenegraph' package. As they are simple examples, you can compile them in most of the cases with the command

g++ <example-file-names> $(pkg-config openscenegraph --libs) $(pkg-config openthreads --libs)


 -- Alberto Luaces <aluaces@udc.es>, Tue, 10 May 2011 14:03:23 +0200