[hatari-devel] macOS build with CapsImage / IPF support added |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
Hi
just to let you know that CapsImage/IPF support that was not present in
our recent macOS Cirrus-CI builds is now enabled.
I put a self signed CapsImage Framework on hatari.tuxfamily.org, which
is downloaded by the cirrus-ci macOS 12 task
For example, you can try this snapshot which is based on recent commit
3bbaa03 :
https://api.cirrus-ci.com/v1/artifact/task/6176133127864320/hatari/hatari-snapshot.zip
Can some mac users try it ?
For those who want to compile directly on their mac, CMake file was also
updated to include CapsImage framework in the compilation process.
You should download :
https://hatari.tuxfamily.org/ci/capsimage_5.1_macos-x86_64-arm64_selfsigned.zip
then unzip it and copy "CAPSImage.framework/" to "/Library/Framework/"
for example
This way "./configure" in Hatari sources should detect CAPS framework.
Credits should go to Renaud Guerin for providing the binaries (it is
used in the HxC tools) :
https://github.com/renaudguerin/capsimage/releases/tag/v5.1
I just added the self signed part with "codesign"
Nicolas