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.12" \
|
|
|
|
-DCMAKE_BUILD_TYPE=RelWithDebInfo -DBUILD_SHARED_LIBS=ON
|
2022-02-15 05:26:55 -03:00
|
|
|
```
|
|
|
|
|
2025-07-15 10:03:18 -04:00
|
|
|
And for the debug overlay, replacing the BUILD_TYPE with `Debug`.
|
2022-02-15 05:26:55 -03:00
|
|
|
|
2025-07-15 10:03:18 -04:00
|
|
|
Version 1.3.6 was used.
|