letmaik / rawpy

📷 RAW image processing for Python, a wrapper for libraw
https://pypi.python.org/pypi/rawpy
MIT License
587 stars 67 forks source link

Consider vcpkg for Linux and macOS for libraw dependencies #161

Open letmaik opened 2 years ago

letmaik commented 2 years ago

https://github.com/letmaik/rawpy/pull/150 switches to using vcpkg for Windows to install libraw dependencies. Since vcpkg is cross-platform it may make sense to use it for macOS and Linux as well. This would simplify the build scripts and lower ongoing maintenance.