1 # Notes on linux homebrew
3 If needed to install sth, run brew as user linuxbrew
5 Do not `brew install arm-none-eabi-gcc`, it's a Mach-O executable.
7 So only host bins can be built (except tools/hitag2crack/crack5opencl which needs OpenCL)
12 make -j client USE_BREW=1 SKIPREADLINE=1
15 make -j mfc_card_reader
17 make -j hitag2crack SKIPOPENCL=1
27 cmake -DEMBED_BZIP2=1 -DEMBED_LZ4=1 ..