Changes between Initial Version and Version 1 of PrepareLinuxBuildMachine


Ignore:
Timestamp:
May 14, 2007, 7:51:28 AM (17 years ago)
Author:
romw
Comment:

Initial Page

Legend:

Unmodified
Added
Removed
Modified
  • PrepareLinuxBuildMachine

    v1 v1  
     1= Preparing a Linux Build Machine =
     2
     3Most linux machines do not contain the right mix of libraries by default, so we build them.
     4
     5Core Client: Debian Woody r3
     6Manager: Fedora Core 3
     7
     8Benchmark files: Should be compiled by the latest GCC compiler, and then copied to the Debian Woody machine for the link step.
     9
     10== zLib 1.2.3 ==
     11
     12{{{
     13[root@localhost zlib-1.2.3]# ./configure
     14[root@localhost zlib-1.2.3]# make
     15[root@localhost zlib-1.2.3]# make install
     16}}}