cog/ThirdParty/ogg
Christopher Snowhill 26ac2b09fb Move static and dynamic libaries to archive
Please remember to unpack the archive before building, and
if it is updated by a future version.
2022-06-24 17:09:29 -07:00
..
include/ogg Build several libraries out of tree now 2022-02-15 00:26:55 -08:00
README.md Build several libraries out of tree now 2022-02-15 00:26:55 -08:00

README.md

Build with CMake, using the following options:

cmake .. -DCMAKE_OSX_ARCHITECTURES="x86_64;arm64" -DCMAKE_OSX_DEPLOYMENT_TARGET="10.12" -DBUILD_SHARED_LIBS=ON

And some minor tweaks with install_name_tool -id to make sure that the resulting libogg.0.dylib referred to itself with @rpath.

Version 1.3.5 was used.