mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 11:18:11 -07:00
text
This commit is contained in:
@@ -48,9 +48,11 @@ For further questions about Mac & Homebrew, contact [\@Chrisfu on Twitter](https
|
||||
|
||||
2. Install xquartz: `brew install xquartz`
|
||||
|
||||
2. Tap this repo: `brew tap RfidResearchGroup/proxmark3`
|
||||
3. Install sha256sum: `brew install coreutils`
|
||||
|
||||
3. Install Proxmark3:
|
||||
4. Tap this repo: `brew tap RfidResearchGroup/proxmark3`
|
||||
|
||||
5. Install Proxmark3:
|
||||
- `brew install proxmark3` for stable release
|
||||
- `brew install --HEAD proxmark3` for latest non-stable from GitHub (use this if previous command fails)
|
||||
- `brew install --with-blueshark proxmark3` for blueshark support, stable release
|
||||
@@ -130,7 +132,7 @@ These instructions will show how to setup the environment on OSX to the point wh
|
||||
2. Install dependencies:
|
||||
|
||||
```
|
||||
brew install readline qt5 pkgconfig
|
||||
brew install readline qt5 pkgconfig coreutils
|
||||
brew install RfidResearchGroup/proxmark3/arm-none-eabi-gcc
|
||||
```
|
||||
3. (optional) Install makefile dependencies:
|
||||
|
||||
Reference in New Issue
Block a user