2022-02-15 05:26:55 -03:00
|
|
|
Build with CMake, using the following options:
|
|
|
|
|
|
|
|
```
|
2025-07-15 10:03:18 -04:00
|
|
|
cmake .. -DCMAKE_OSX_ARCHITECTURES="x86_64;arm64" -DCMAKE_OSX_DEPLOYMENT_TARGET="10.13" \
|
|
|
|
-DCMAKE_BUILD_TYPE=RelWithDebInfo -DBUILD_SHARED_LIBS=ON
|
2022-02-15 05:26:55 -03:00
|
|
|
```
|
|
|
|
|
2025-07-15 10:03:18 -04:00
|
|
|
The debug overlay was built the same, except with BUILD_TYPE set to `Debug`.
|
2022-02-15 05:26:55 -03:00
|
|
|
|
2025-07-15 10:03:18 -04:00
|
|
|
Version v1.5.2-153-g7aa5be98 was used from the following repository:
|
2022-02-15 05:26:55 -03:00
|
|
|
|
|
|
|
https://github.com/xiph/opus.git
|