~ubuntu-branches/ubuntu/lucid/curl/lucid-201101212007

« back to all changes in this revision

Viewing changes to docs/INSTALL

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2008-02-08 11:20:41 UTC
  • mto: (3.1.1 lenny) (1.2.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 26.
  • Revision ID: james.westby@ubuntu.com-20080208112041-hed7sb5r6ghmjf8v
Tags: upstream-7.18.0
ImportĀ upstreamĀ versionĀ 7.18.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
188
188
   environment variables, for example:
189
189
 
190
190
     set ZLIB_PATH=c:\zlib-1.2.3
191
 
     set OPENSSL_PATH=c:\openssl-0.9.8e
 
191
     set OPENSSL_PATH=c:\openssl-0.9.8g
192
192
     set LIBSSH2_PATH=c:\libssh2-0.17
193
193
 
194
194
   ATTENTION: if you want to build with libssh2 support you have to use latest
257
257
   Before running nmake define the OPENSSL_PATH environment variable with
258
258
   the root/base directory of OpenSSL, for example:
259
259
 
260
 
     set OPENSSL_PATH=c:\openssl-0.9.8e
 
260
     set OPENSSL_PATH=c:\openssl-0.9.8g
261
261
 
262
262
   Then run 'nmake vc-ssl' or 'nmake vc-ssl-dll' in curl's root
263
263
   directory.  'nmake vc-ssl' will create a libcurl static and dynamic
521
521
     http://www.gknw.net/development/ossl/netware/
522
522
     for CLIB-based builds OpenSSL needs to be patched to build with BSD
523
523
     sockets (currently only a winsock-based CLIB build is supported):
524
 
     http://www.gknw.net/development/ossl/netware/patches/v_0.9.8e/openssl-0.9.8e.diff
 
524
     http://www.gknw.net/development/ossl/netware/patches/v_0.9.8g/openssl-0.9.8g.diff
525
525
   - optional SSH2 sources (version 0.17 or later);
526
526
 
527
527
   Set a search path to your compiler, linker and tools; on Linux make
808
808
        - ia64 Linux 2.3.99
809
809
        - m68k AmigaOS 3
810
810
        - m68k Linux
 
811
        - m68k uClinux
811
812
        - m68k OpenBSD
812
813
        - m88k dg-dgux5.4R3.00
813
814
        - s390 Linux
814
815
        - XScale/PXA250 Linux 2.4
 
816
        - Nios II uClinux
815
817
 
816
818
Useful URLs
817
819
===========