You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm experimenting with building libexiv2 v0.28.1 on Windows 7 (the only Windows machine I have). I notice that after compiling and installing the directory build-msvc/bin has a copy of libcurl.dll as well as exiv2.dll, but the directory build-msvc/install/bin only has exiv2.dll.
Shouldn't libcurl.dll (and any other non-system runtime dependencies) get copied as part of the "install" process? I believe curl is included in recent Windows, so this probably doesn't matter to most users.
The text was updated successfully, but these errors were encountered:
I'm experimenting with building libexiv2 v0.28.1 on Windows 7 (the only Windows machine I have). I notice that after compiling and installing the directory
build-msvc/bin
has a copy oflibcurl.dll
as well asexiv2.dll
, but the directorybuild-msvc/install/bin
only hasexiv2.dll
.Shouldn't
libcurl.dll
(and any other non-system runtime dependencies) get copied as part of the "install" process? I believe curl is included in recent Windows, so this probably doesn't matter to most users.The text was updated successfully, but these errors were encountered: