cog/Frameworks/libsidplayfp
Christopher Snowhill eec8bf9f1c Enable warnings to track stack overuse
Signed-off-by: Christopher Snowhill <kode54@gmail.com>
2022-07-24 17:50:28 -07:00
..
generated/src
sidplayfp@93e3a7cd36
sidplayfp.xcodeproj Enable warnings to track stack overuse 2022-07-24 17:50:28 -07:00
Info.plist
README.md
update-generated.sh

README.md

update-generated.sh requires the following:

brew install libgcrypt xa coreutils

For these needs:

  1. libgcrypt is required by the autoreconf process, even if it is being configured as excluded or disabled.
  2. xa is required to assemble the SID player binary objects in the repository.
  3. coreutils is required for GNU od, because BSD od as included with macOS does not support the -w switch. The included autoconf scripts will prefer god if found.