alacarte-maps / alacarte

Renderer for OpenStreetMap tiles.
https://alacarte-maps.github.io/
Other
58 stars 18 forks source link

Windows and cmake fixes #96

Closed Mixaill closed 7 years ago

Mixaill commented 7 years ago

) use config with relative paths ) unhardcode config path ) fix linking with static cairo from vcpkg ) add option to select Boost linking behavior (static / dynamic) ) enable render thread locking for MSVC by default ) switch travis from Ubuntu 12.04 to Ubuntu 14.04

Mixaill commented 7 years ago

I turned off unitTests_server for Windows at the moment, because it is most likely a problem with the test itself.

alacarte-maps-server binary works fine.

florianjacob commented 7 years ago

I'll check the commits on the weekend. Thanks for your work already!

florianjacob commented 7 years ago

That was far more than a weekend, sorry! 😆

I splitted this into multiple parts and cherry-picked those. Thank you!