timo / cairo-p6

A NativeCall binding to the Cairo 2d graphics library for Perl 6
10 stars 7 forks source link

Download .dll files when needed on windows #4

Open retupmoca opened 9 years ago

retupmoca commented 9 years ago

Similar to the GTK::Simple treatment. All used files are already hosted, so this should be ready to go.

dwarring commented 2 years ago

I'm looking to port several other Raku binding to windows, including freetype, libxml and fontconfig.

I like the approach, but prefer to factor out the logic from Gtk::Simple into a common module for fetching DLLs and managing dependencies rather than replicate it across several modules.

dwarring commented 2 years ago

WRT the repo, In some cases, such as libxml, and iconv it'd also be handy to have corresponding .h files for development purposes.