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
Would it possible to distribute header files? Downstream builds using this library require headers on compiling with curl support. In JuliaGeo/GDALBuilder#12 we had to switch to building curl instead of referencing this build.
In practice this would mean make install instead of make install-exec? This would undo #10, apparently also generating docs. We could manually remove docs (rm -rf share/man) if needed.
If you agree, I can make a PR.
The text was updated successfully, but these errors were encountered:
Would it possible to distribute header files? Downstream builds using this library require headers on compiling with curl support. In JuliaGeo/GDALBuilder#12 we had to switch to building curl instead of referencing this build.
In practice this would mean
make install
instead ofmake install-exec
? This would undo #10, apparently also generating docs. We could manually remove docs (rm -rf share/man
) if needed.If you agree, I can make a PR.
The text was updated successfully, but these errors were encountered: