1 #############################################################################
3 # Project ___| | | | _ \| |
5 # | (__| |_| | _ <| |___
6 # \___|\___/|_| \_\_____|
8 # Copyright (C) 2000, Daniel Stenberg, <daniel@haxx.se>, et al.
10 # In order to be useful for every potential user, curl and libcurl are
11 # dual-licensed under the MPL and the MIT/X-derivate licenses.
13 # You may opt to use, copy, modify, merge, publish, distribute and/or sell
14 # copies of the Software, and permit persons to whom the Software is
15 # furnished to do so, under the terms of the MPL or the MIT/X-derivate
16 # licenses. You may pick one of these licenses.
18 # This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
19 # KIND, either express or implied.
22 #############################################################################
29 ./configure --with-ssl
33 cd lib & make -f Makefile.b32
34 cd src & make -f Makefile.b32
37 cd lib & make -f Makefile.m32
38 cd src & make -f Makefile.m32
41 cd lib & make -f Makefile.m32 SSL=1
42 cd src & make -f Makefile.m32 SSL=1
52 nmake -f Makefile.vc6 release-ssl
61 ./configure --with-ssl