G USE

From VrlWiki
Revision as of 14:56, 11 March 2011 by Brad Berg (talk | contribs)
Jump to navigation Jump to search
G_USE = { g3d | nifti | vrpn | vrg3d | qt | nag }


Popular packages are predefined for use in applications. This takes care of explicitly linking libraries and telling the compiler to include headers.

  • g3d - This setting accesses a G3D version 8 library installed in:

$G/import/g3d/g3d_8_$(G_COMPILER)/

Set IMPORT_G3D to override this default directory.


  • vrpn - Build with the vrpn library installed in:

$G/import/vrpn/vrpn_7.22_$(G_COMPILER)/

Set IMPORT_VRPN to override this default directory.


  • vrg3d - Build with vrg3d and the dependent libraries for vrg3d; including g3d and vrpn.


  • qt - Build with qt and it's dependent libraries.


For each setting there is a corresponding make file in the common/build/make/ directory. It has details about the library versions that are currently supported.