File: openscenegraph-examples.README.Debian

package info (click to toggle)
openscenegraph 3.2.3%2Bdfsg1-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 32,824 kB
  • sloc: cpp: 370,040; ansic: 9,071; java: 1,020; yacc: 548; objc: 288; makefile: 285; xml: 155; lex: 151
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