Changes between Version 1 and Version 2 of PrepareLinuxBuildMachine
- Timestamp:
- May 14, 2007, 9:43:56 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PrepareLinuxBuildMachine
v1 v2 3 3 Most linux machines do not contain the right mix of libraries by default, so we build them. 4 4 5 Core Client: Debian Woody r35 Core Client: Debian Woody 6 6 Manager: Fedora Core 3 7 7 … … 15 15 [root@localhost zlib-1.2.3]# make install 16 16 }}} 17 18 == OpenSSL 0.9.8e == 19 20 {{{ 21 [root@localhost openssl-0.9.8e]# ./config 22 [root@localhost openssl-0.9.8e]# make 23 [root@localhost openssl-0.9.8e]# make test 24 [root@localhost openssl-0.9.8e]# make install 25 }}} 26 27 == cURL 7.16.2 == 28 29 {{{ 30 [root@localhost curl-7.16.2]# ./configure --with-zlib --with-openssl 31 [root@localhost curl-7.16.2]# make 32 [root@localhost curl-7.16.2]# make test 33 [root@localhost curl-7.16.2]# make install 34 }}}