1 # Notes on linux homebrew
3 Do not `brew install arm-none-eabi-gcc`, it's a Mach-O executable.
5 So only host bins can be built (except tools/hitag2crack/crack5opencl which needs OpenCL)
10 make -j client USE_BREW=1 SKIPREADLINE=1
13 make -j mf_nonce_brute
14 make -j hitag2crack SKIPGPU=1
24 cmake -DEMBED_BZIP2=1 ..