curl-library
Re: Installation on Mac OSX
Date: Sun, 25 Feb 2001 11:32:14 -0500
I don't for an instant consider myself an expert, but the following extract
from my script works every time. This is without SSL. If you want to include
SSL support, then first get the darwin openssl 0.9.5a archive, and install
it. then add
"--with-ssl=/usr/local/ssl" to the configure command.
tar -zxvf [source tarball]
cd [resulting source directory]
./configure --host=powerpc-apple-macos --with-gnu-malloc=no --bindir=/bin
--mandir=/usr/share/man
make CC="cc -pipe" CFLAGS=-O3
make test
make install
Any other problems, please email me directly.
Regards,
-KenS
From: Daniel Stenberg <daniel_at_haxx.se>
Date: Sat, 24 Feb 2001 16:07:17 +0100 (MET)
To: libcurl Mailing list <curl-library_at_lists.sourceforge.net>
Cc: Ken Sayward <saywake_at_qtm.net>
Subject: Re: Installation on Mac OSX
On Fri, 23 Feb 2001, Howard Chandler wrote:
> I can't figure out how to install cURL on Mac OSX PB. I did find the
> pre-made binaries fo the app but am trying to compile libCurl.
>
> Has anybody done this yet?
One would suspect that Ken Sayward has done it, since he offers those binary
packages from his web site: http://www.qtm.net/~saywake/curl/index.php3
Ken, any secret clues you care to share with us that is needed to build curl
and libcurl on the MacOS X Public Beta?
-- Daniel Stenberg -- curl project maintainer -- http://curl.haxx.se/ _______________________________________________ Curl-library mailing list Curl-library_at_lists.sourceforge.net http://lists.sourceforge.net/lists/listinfo/curl-libraryReceived on 2001-02-25