Changes between Version 1 and Version 2 of PrepareLinuxBuildMachine


Ignore:
Timestamp:
May 14, 2007, 9:43:56 AM (17 years ago)
Author:
romw
Comment:

Updates

Legend:

Unmodified
Added
Removed
Modified
  • PrepareLinuxBuildMachine

    v1 v2  
    33Most linux machines do not contain the right mix of libraries by default, so we build them.
    44
    5 Core Client: Debian Woody r3
     5Core Client: Debian Woody
    66Manager: Fedora Core 3
    77
     
    1515[root@localhost zlib-1.2.3]# make install
    1616}}}
     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}}}