Changes between Initial Version and Version 1 of PrepareLinuxBuildMachine
- Timestamp:
- May 14, 2007, 7:51:28 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PrepareLinuxBuildMachine
v1 v1 1 = Preparing a Linux Build Machine = 2 3 Most linux machines do not contain the right mix of libraries by default, so we build them. 4 5 Core Client: Debian Woody r3 6 Manager: Fedora Core 3 7 8 Benchmark 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 }}}