Building and Installing Common Components

From VrlWiki
Revision as of 19:29, 6 May 2010 by Brad Berg (talk | contribs) (New page: ############################## common.log #################################### # # This log file is a transcript of building the most popular components # in the common directory on Li...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
                                                            1. common.log ####################################
  1. This log file is a transcript of building the most popular components
  2. in the common directory on Linux.
  3. ...............................................................................


> cvs co common # Latest copy of the source code.

> cd common/utility/ # Utilities used by several components. common/utility> make all common/utility> make install common/utility> cd ..

common> cd gg common/gg> make all # Build the gg libraries. common/gg> make install # Also used by other components. common/gg> cd ..

common> cd mri common/mri> make all # Build the mri imaging library. common/mri> make install common/mri> cd ..

common> cd is3d/src common/is3d/src> make all # Build the is3d graphics library. common/is3d/src> make install common/is3d/src> cd ../..

common> cd glue/gluebase-2.0 common/glue/gluebase-2.0> make all # Build the glue graphics library. common/glue/gluebase-2.0> make install common/glue/gluebase-2.0> cd ../..

                                                            1. end common.log ###############################