[Haskell-cafe] curl on windows?

Henk-Jan van Tuyl hjgtuyl at chello.nl
Mon Jan 4 17:20:59 EST 2010


On Mon, 04 Jan 2010 16:55:44 +0100, Günther Schmidt <gue.schmidt at web.de>  
wrote:

> Hi,
>
> how can I install curl on windows (XP)?

Download the C code for cURL from:
   http://curl.haxx.se/download.html

Unpack the source; to avoid problems with scripts, use paths without  
spaces.

See the instructions at:
   http://www.haskell.org/haskellwiki/Windows#Tools_for_compilation

Compile with:
   make

Finally, give command:
   cabal install curl

-- 
Met vriendelijke groet,
Henk-Jan van Tuyl


--
http://Van.Tuyl.eu/
http://members.chello.nl/hjgtuyl/tourdemonad.html
--


More information about the Haskell-Cafe mailing list