[hatari-devel] How to include EmuTOS in Hatari.app when building it yourself on macOS?

[ Thread Index | Date Index | More lists.tuxfamily.org/hatari-devel Archives ]


Hi,

I’m building Hatari myself directly from the source repo because I need a version that does not include portmidi (in order to be able to test things like MidiMaze).

I’m using the following procedure:
# cd <location where Hatari source repo has been cloned>
# gut pull
# cd build
# rm -rf *
# cmake -DCMAKE_OSX_ARCHITECTURES:STRING="x86_64" ..
# cmake --build .

The built Hatari.app works, but there is always an error because the tos.img is missing in the app bundle. I tried to copy the tos.img into the app bundle myself, but then Hatari.app won't start anymore because of a wrong checksum or something.

Since the officially available Hatari builds for macOS include EmuTos in the app bundle, can somebody provide the additional steps that are necessary to ensure that tos.img is added to Hatari.app during compilation?

Regards,
Frank




Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/