G USE: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
G_USE = { g3d | nifti | vrpn | vrg3d | qt | nag | mpi } | G_USE = { g3d | nifti | vrpn | vrg3d | qt | nag | mpi | medical_image } | ||
Popular packages are predefined for use in applications. This takes care of explicitly linking libraries and telling the compiler to include headers. | Popular packages are predefined for use in applications. This takes care of explicitly linking libraries and telling the compiler to include headers. | ||
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. | 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. | ||
Latest revision as of 16:28, 11 March 2011
G_USE = { g3d | nifti | vrpn | vrg3d | qt | nag | mpi | medical_image }
Popular packages are predefined for use in applications. This takes care of explicitly linking libraries and telling the compiler to include headers.
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.