katyo / aubio-rs

Rust bindings for Aubio library
37 stars 7 forks source link

Windows build support #9

Closed kukuen closed 4 years ago

kukuen commented 4 years ago

Hi, I made the windows build working with MSVC.

For that I used the 0.4.9 release package from aubio and bundled WAF 2.0.20 with this patch manually applied : https://gitlab.com/ita1024/waf/-/commit/13d9c8566cb938cec12fab3cf731409366dbf8f7 (it's on the 2.1 branch and haven't been released yet)

katyo commented 4 years ago

@kukuen Looks interesting... Thank you so much

But I would like to avoid holding WAF source code in this repository.

kukuen commented 4 years ago

@katyo Sure ! I could fork WAF and fetch an artifact from there. Would that be ok ?

katyo commented 4 years ago

@kukuen, okay.