File: openscenegraph-examples.README.Debian

package info (click to toggle)
openscenegraph 3.6.5%2Bdfsg1-7
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 39,988 kB
  • sloc: cpp: 392,058; ansic: 21,495; java: 1,020; yacc: 548; makefile: 430; objc: 406; xml: 155; lex: 151; javascript: 34
file content (6 lines) | stat: -rw-r--r-- 457 bytes parent folder | download | duplicates (8)
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