| .github | ||
| apothecary | ||
| docker | ||
| scripts | ||
| .appveyor.yml | ||
| .dockerignore | ||
| .editorconfig | ||
| .gitattributes | ||
| .gitignore | ||
| .travis.yml | ||
| apothecary.sh | ||
| LICENSE.md | ||
| README.md | ||
apothecary of openFrameworks https://github.com/openframeworks/openframeworks/
potions of C++ Libraries used in openFrameworks
formulae included
apothecary is a bash build system, using CMake/Bash/Make with multiple compile targets to build C++ libraries multiplatform
./apothecary/apothecary -tios -a arm64 update core
Libraries :
openssl, brotli, boost, curl, cario, assimp, fmt, freetype, glew, glfw, FreeImage, glm, json, libpng, libxml2, pugixml, pixman, poco, rtAudio, svgtiny, tess2, uriparser, videoInput, utf8, zlib, libusb
Automation
Libraries are all built securely on and thanks to @Github actions / servers and hashes are deployed alongside libraries in latest with a .pkg hash
Latest openFrameworks Libraries
https://github.com/openframeworks/apothecary/releases/tag/bleeding
- in openFrameworks | scripts | platform
download_latest_libs.sh
Stable openFrameworks 0.12 Libaries
https://github.com/openframeworks/apothecary/releases/tag/nightly
- in openFrameworks | scripts | platform and downloaded by running the
download_libs.sh
openFrameworks
apothecary, a bash build system with bash formulaes, Controlling Potions (CMake Build Commands) for Compiling all dependency Libraries for openFrameworks. Built libraries can be used by all and we try and build them all up to date and all licenses are packaged.
Build status
and scripts in openFrameworks if working from git.
Setup your Environment to build apothecary
For your target type, run the script:
Setup your Environment to build apothecary
For your target type, run the script/osx/install.sh
Build scripts for target
For your target type, run the build and deploy scripts. This will build all the calculated formulaes required for type and install them in output dir . For macOS:
scripts/osx/build_and_deploy_all.sh
Build VS 2022:
scripts/vs/build_and_deploy_all.sh
Build iOS:
scripts/ios/build_and_deploy_all.sh
Build Android:
scripts/android/build_android_arm64.sh
scripts/android/build_android_armv7.sh
scripts/android/build_android_x86.sh
scripts/android/build_android_x86_64.sh
Running directly
To build one of the dependencies, you can run a command like this to compile OpenCV on OSX`
./apothecary/apothecary -t osx -a64 -j 6 update opencv
To build all of the dependencies, you can run a command like this for Android
./apothecary/apothecary -t android -a arm64 update core
./apothecary/apothecary -t android -a x86_64 update addons
To build all of the dependencies, you can run a command like this for macOS
./apothecary/apothecary -t osx -a arm64 update core
./apothecary/apothecary -t osx -a x86_64 update core
To build all of the dependencies, you can run a command like this for VS
./apothecary/apothecary -t vs -a arm64 update core
./apothecary/apothecary -t vs -a x86_64 update core
To build all of the dependencies, you can run a command like this for VS
./apothecary/apothecary -t emscripten update core
./apothecary/apothecary -t emscripten update addons
See the help section for more options
./apothecary/apothecary --help
2014 openFrameworks team 2013 Dan Wilcox danomatika@gmail.com supported by the CMU Studio for Creative Inquiry 2024 Dan Rosser