openframeworks / openframeworks/openFrameworks

[regression] osx libs not working following install from github

Open
#8,440 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
C++
Stars
10.4k
Forks
2.6k
Avg merge
1d 21h
Merged PRs (30d)
9

Description

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

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start at scripts/dev/download_libs.sh and inspect how the -p osx option constructs the Apothecary release URL. Verify that the generated URL matches the documented osx_1 archive and that the library download completes successfully.

Written by the indexing model from the issue text.

Assessment

Tech stack
shell
Domain
tooling
Issue type
Bug
Difficulty
1/5
Estimated time
Under an hour
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.