How do I compile a program with curl lib on Windows?
    Neto via Digitalmars-d-learn 
    digitalmars-d-learn at puremagic.com
       
    Thu Aug 10 14:40:27 PDT 2017
    
    
  
UPDATE 2:
Managed to do it! Got the precompiled binaries from here:
> https://github.com/HazeProductions/libcurl
(thank @frk1 very much for his repo)
downloaded them then extracted the release folder to proper curl 
folder on my machine then
> dmd -L-libcurl app.d -I"C:\libcrl"
worked just fine. Topic closed.
    
    
More information about the Digitalmars-d-learn
mailing list