Building and Installing Common Components
- common.log ####################################
- This log file is a transcript of building the most popular components
- in the common directory on Linux.
- ...............................................................................
> 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 ../..
-
- end common.log ###############################