[Tile-serving] [openstreetmap/osm2pgsql] Appveyor enhancement (#820)
Alireza Dabiri Nejad
notifications at github.com
Wed Feb 14 10:51:27 UTC 2018
> No, just for the winopt library. The issue for the osm2pgsql maintainers is that none of us has a windows installation ready. So it would be good if we can get all dependencies either via some package manager (like Anaconda, NuGet or appveyor) or be able to build it directly via appveyor. Then there is a chance that the script remains up to date.
I've updated the script, so now most of the dependencies will be downloaded from conda using miniconda. But wingetopt, lua and postgis is not available on any windows package manager, so lua and postgis will be downloaded from other sources and wingetopt will be built using github repo.
Version of the dependencies is hard-coded. So we could have control over them.
Also PostgreSQL is updated to 9.6.6 both for build and test. That issue I've mentioned before, was because of wrong dll arch I've used. I've copied 64bit dll for 32bit version.
Also, the "libintl-8.dll" (x64) & "intl.dll" (x86) is omitted from final release. As far as I know, no need to include it.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/osm2pgsql/pull/820#issuecomment-365566621
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20180214/55cd78a2/attachment-0001.html>
More information about the Tile-serving
mailing list