wiki:BuildLinuxAutoTools

Version 4 (modified by dirk, 3 years ago) (diff)

Replaced "\[\[T\(PageHeader?\|\)\]\]" with "

".

Building OpenSG 1.x using configure

Go into the OpenSG directory and type:



./configure

./make

./make install



To do a parallel build, the -j make option will not work (make does not propagate it to recursive makes), use the environment variable OSGSUBPARJOBS instead, e.g.:

OSGSUBPARJOBS=12 make

to build on 12 cores.