Building and Installing Common Components: Difference between revisions
Jump to navigation
Jump to search
New page: ############################## common.log #################################### # # This log file is a transcript of building the most popular components # in the common directory on Li... |
No edit summary |
||
| Line 1: | Line 1: | ||
<pre> | |||
############################## common.log #################################### | ############################## common.log #################################### | ||
# | # | ||
| Line 35: | Line 36: | ||
# | # | ||
############################## end common.log ############################### | ############################## end common.log ############################### | ||
</pre> | |||
Latest revision as of 19:30, 6 May 2010
############################## 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 ###############################