2022-01-03 06:51:53 -03:00
|
|
|
This is verbatim from the following repository:
|
|
|
|
|
|
|
|
https://github.com/ValleyBell/libvgm.git
|
|
|
|
|
2025-07-15 10:03:18 -04:00
|
|
|
Built on an M4 Mac mini, using CMake from Homebrew, with the following
|
2022-01-03 06:51:53 -03:00
|
|
|
options:
|
|
|
|
|
|
|
|
```
|
2022-06-30 02:25:59 -04:00
|
|
|
cmake .. -DCMAKE_OSX_ARCHITECTURES="x86_64;arm64" -DCMAKE_OSX_DEPLOYMENT_TARGET="10.13" \
|
2025-07-15 10:03:18 -04:00
|
|
|
-DCMAKE_BUILD_TYPE=RelWithDebInfo -DBUILD_LIBAUDIO=NO -DBUILD_PLAYER=NO -DBUILD_VGM2WAV=NO
|
2022-01-03 06:51:53 -03:00
|
|
|
```
|
2025-06-15 01:28:11 -04:00
|
|
|
|
2025-07-15 10:03:18 -04:00
|
|
|
And the debug overlays were made with the above, except for:
|
|
|
|
```
|
|
|
|
-DCMAKE_BUILD_TYPE=Debug
|
|
|
|
```
|
|
|
|
|
|
|
|
As of this edit, commit: 7cad78367fa35c3f7b3ae16a296d31063cd3a7e4
|