[regression] osx libs not working following install from github
Following "install from github" instructions I should invoke script like this:
scripts/dev/download_libs.sh -p osx
it tries to download some libraries named
https://github.com/openframeworks/apothecary/releases/download/latest/openFrameworksLibs_latest_osx1.tar.bz2
and it fails, correct naming is:
https://github.com/openframeworks/apothecary/releases/download/latest/openFrameworksLibs_latest_osx_1.tar.bz
there is this underline in osx_1
cc: @ofTheo @danoli3
Shall be looking at things tomorrow
On Wed, 30 Apr 2025 at 3:55 am, Dimitre @.***> wrote:
dimitre created an issue (openframeworks/openFrameworks#8440) https://github.com/openframeworks/openFrameworks/issues/8440
Following "install from github" instructions I should invoke script like this:
scripts/dev/download_libs.sh -p osx
it tries to download some libraries named
https://github.com/openframeworks/apothecary/releases/download/latest/openFrameworksLibs_latest_osx1.tar.bz2
and it fails, correct naming is:
https://github.com/openframeworks/apothecary/releases/download/latest/openFrameworksLibs_latest_osx_1.tar.bz
there is this underline in osx_1 cc: @ofTheo https://github.com/ofTheo @danoli3 https://github.com/danoli3
— Reply to this email directly, view it on GitHub https://github.com/openframeworks/openFrameworks/issues/8440, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAGK2HESNEEULTN3SZRNCET2364INAVCNFSM6AAAAAB4DU22SGVHI2DSMVQWIX3LMV43ASLTON2WKOZTGAZDSMJQG44DEOA . You are receiving this because you were mentioned.Message ID: @.***>
Thanks @dimitre - weird that the nightly builds are working without issue though.