Releases: Insoft-UK/PrizmSDK
Releases · Insoft-UK/PrizmSDK
Version 0.6 for macOS
Binary's for Intel and AppleSilicon.
Download an PrizmSDK binary for Intel or AppleSilicon and unpack to your Applications/CASIO folder.
Make sure macOS knows the path of the PrizmSDK.
export FXCGSDK=/Applications/CASIO/PrizmSDK
grep -qxF 'export PATH=/Applications/CASIO/PrizmSDK:/Applications/CASIO/PrizmSDK/bin:/Applications/CASIO/PrizmSDK/sh3eb-elf/bin:$PATH' ~/.zshrc || echo 'export PATH=/Applications/CASIO/PrizmSDK:/Applications/CASIO/PrizmSDK/bin:/Applications/CASIO/PrizmSDK/sh3eb-elf/bin:$PATH' >> ~/.zshrc
grep -qxF 'export FXCGSDK=/Applications/CASIO/PrizmSDK' ~/.zshrc || echo 'export FXCGSDK=/Applications/CASIO/PrizmSDK' >> ~/.zshrc
source ~/.zshrc
Note
If using the pre-binary file, you will require libpng gmp mpfr libmpc are installed.
brew install libpng gmp mpfr libmpc.
Warning
x86_64 pre-binary is older than arm64 for AppleSilicon and so will require updating after installing for Intel.
