We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
osx_1
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
Thanks @dimitre - weird that the nightly builds are working without issue though.
No branches or pull requests
Following "install from github" instructions I should invoke script like this:
it tries to download some libraries named
and it fails, correct naming is:
there is this underline in
osx_1
cc: @ofTheo @danoli3
The text was updated successfully, but these errors were encountered: