Closed atcol closed 7 years ago
I recently successfully built the curl package on Windows 7.
I guess you need to specify both extra-lib-dirs
and extra-include-dirs
.
extra-lib-dirs
is for the DLL file, and extra-include-dirs
is for the header file namely.
Awesome! That did it. Thanks. Sorry for the noob question :)
I placed these settings in my stack.yaml
:
extra-lib-dirs: ["C:/Program Files/cURL/dlls"]
extra-include-dirs: ["C:/Program Files/cURL/dlls"]
and ensured the include/curl
directory from the source archive was in the extra-include-dirs
directory, and it built!
This API looks really promising. Nice work!
I'm using stack to build but get this error:
I have this set in my stack.yaml: extra-lib-dirs: ["C:/Program Files/cURL/dlls"]
But that obviously doesn't help.
Any ideas please?