nfc-tools / mfoc-hardnested

A fork of mfoc integrating hardnested code from the proxmark
GNU General Public License v2.0
191 stars 31 forks source link

Macos Compatibility #17

Closed jamesgasek closed 1 year ago

jamesgasek commented 1 year ago

Using aligned_alloc instead of memalign, remove pthread dependency.

willem640 commented 1 year ago

This works for me on macos without this patch

superevr commented 1 year ago

This helped me build when I wasn't able to before on an M1 mac, macOS Ventura. Thanks

willem640 commented 1 year ago

Ah, then it probably worked for me because I don't have an M1 and I'm on an older version

vk496 commented 1 year ago

Hello and thank you!

Your PR have some garbage (configure~ and so on). Also, please provide a github workflow for building this for mac architecture or it could break in the future and nobody would notice it.