curl-users
Re: Building curl from CVS
From: Daniel Stenberg <daniel_at_haxx.se>
Date: Tue, 21 Nov 2000 09:26:12 +0100 (MET)
Date: Tue, 21 Nov 2000 09:26:12 +0100 (MET)
On Mon, 20 Nov 2000, Scott Cleary wrote:
> I'm new to using CVS. I downloaded the latest files from CVS, but I
> don't know how to build curl since the "configure" file is missing.
> What is procedure to create "configure" and all the makefiles?
The correct procedure would be:
% automake
% autoconf
% ./configure
% make
-- Daniel Stenberg -- curl project maintainer -- http://curl.haxx.se/Received on 2000-11-21