2022-01-03 09:51:53 +00:00
|
|
|
This is verbatim from the following repository:
|
|
|
|
|
|
|
|
https://github.com/ValleyBell/libvgm.git
|
|
|
|
|
|
|
|
Built on an M1 Mac mini, using CMake from Homebrew, with the following
|
|
|
|
options:
|
|
|
|
|
|
|
|
```
|
2022-02-03 01:22:57 +00:00
|
|
|
cmake .. -DCMAKE_OSX_ARCHITECTURES="x86_64;arm64" -DCMAKE_OSX_DEPLOYMENT_TARGET="10.12" \
|
|
|
|
-DBUILD_LIBAUDIO=NO -DBUILD_PLAYER=NO -DBUILD_VGM2WAV=NO
|
2022-01-03 09:51:53 +00:00
|
|
|
```
|