Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 373 Bytes

win.md

File metadata and controls

8 lines (7 loc) · 373 Bytes

Compiling on Windows

It appears that curl, but not curllib, is installed by default on Windows10+. Therefore it is necessary to:

  1. Download and extract curl binaries for windows(https://curl.se/windows/)
  2. Compile with
    stack install --extra-include-dirs=PATH-TO-EXTRACTED-CURL-DIR\include\ --extra-lib-dirs=PATH-TO-EXTRACTED-CURL-DIR\lib