openframeworks / openFrameworks

openFrameworks is a community-developed cross platform toolkit for creative coding in C++.
http://openframeworks.cc
Other
9.85k stars 2.55k forks source link

download_libs downloader using wget2 #7907

Closed dimitre closed 1 month ago

dimitre commented 4 months ago

So all files can be downloaded faster, in parallel if wget2 is installed locally if not it will fallback to curl, then wget cc @danoli3

danoli3 commented 4 months ago

Nice1!

On Mon, 11 Mar 2024 at 3:38 AM, Dimitre @.***> wrote:

So all files can be downloaded faster, in parallel if wget2 is installed locally if not it will fallback to curl, then wget cc @danoli3 https://github.com/danoli3

You can view, comment on, or merge this pull request online at:

https://github.com/openframeworks/openFrameworks/pull/7907 Commit Summary

File Changes

(2 files https://github.com/openframeworks/openFrameworks/pull/7907/files)

Patch Links:

— Reply to this email directly, view it on GitHub https://github.com/openframeworks/openFrameworks/pull/7907, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAGK2HHPMVSHLM34KOKIH43YXSD67AVCNFSM6AAAAABEPDFLLSVHI2DSMVQWIX3LMV43ASLTON2WKOZSGE3TONZZHAZDMMA . You are receiving this because you were mentioned.Message ID: @.***>

dimitre commented 2 months ago

I think it is finally passing tests. I've simplified the functions to invoke the downloader, so multiple files can be passed easily. wget2 and curl download faster in parallel, wget download in series.

ofTheo commented 2 months ago

@dimitre if this is good to merge - looks good to me :)

dimitre commented 1 month ago

Closing this in favor of https://github.com/openframeworks/openFrameworks/pull/8002