openframeworks / openframeworks/openFrameworks
[regression] osx libs not working following install from github
Open
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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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