G INSTALL: Difference between revisions

From VrlWiki
Jump to navigation Jump to search
New page: Referencing G_INSTALL Use '''G_INSTALL''' when writing paths that refer to the '''install_$GARCH''' directory where third party packages are installed. Never set this variable. Example...
 
(No difference)

Latest revision as of 16:52, 19 November 2010

Referencing G_INSTALL

Use G_INSTALL when writing paths that refer to the install_$GARCH directory where third party packages are installed. Never set this variable.


Example:

CXXINC += -I"$(G_INSTALL)/mri/mri_1.0_WIN32"