openFrameworks icon indicating copy to clipboard operation
openFrameworks copied to clipboard

[regression] osx libs not working following install from github

Open dimitre opened this issue 8 months ago • 2 comments

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

dimitre avatar Apr 29 '25 17:04 dimitre

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: @.***>

danoli3 avatar Apr 30 '25 06:04 danoli3

Thanks @dimitre - weird that the nightly builds are working without issue though.

ofTheo avatar May 01 '25 16:05 ofTheo