oatpp/oatpp-curl

how to compile with libcurl on windows

593749519 opened this issue · 1 comments

is there any guidance about compile it on windows with libcurl

figured it out:
1.download pkg-config-lite(which without glib dependencies) and make it all user visible
2.modify env variable with SET PKG_CONFIG_PATH to where libcurl.pc is put
3.edit libcurl.pc as required
4.cmake .. --install-prefix=(dir to install)
5.cmake build . --target INSTSALL