aewallin / openvoronoi

2D voronoi diagram for point and line-segment sites using incremental topology-oriented algorithm. C++ with python bindings. Licensed under LGPL2.1.

Home Page:http://www.anderswallin.net/cam/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QD dependencies (Windows)

yn-coder opened this issue · comments

Trying to build the lib with MS VS and got Could not find QD message.

README says

Required Dependencies:
...
 - libqd-dev             http://crd.lbl.gov/~dhbailey/mpdist/

Is libqd-dev are https://www.davidhbailey.com/dhbsoftware/ QD lib ? Does it have a Windows version?

there seems to be a Windows build of libqd here:
https://github.com/aoki-t/libqd

I don't know if there's a binary installer or if you need to build it from source on Windows.

Travis-CI can now run builds & tests on Windows (and Mac OSX)- so it would be good to build openvoronoi on all the platforms that travis supports.