mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 21:03:48 -07:00
text
This commit is contained in:
parent
febc5fe6e2
commit
b636544c1e
1 changed files with 5 additions and 3 deletions
|
@ -48,9 +48,11 @@ For further questions about Mac & Homebrew, contact [\@Chrisfu on Twitter](https
|
||||||
|
|
||||||
2. Install xquartz: `brew install xquartz`
|
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 proxmark3` for stable release
|
||||||
- `brew install --HEAD proxmark3` for latest non-stable from GitHub (use this if previous command fails)
|
- `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
|
- `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:
|
2. Install dependencies:
|
||||||
|
|
||||||
```
|
```
|
||||||
brew install readline qt5 pkgconfig
|
brew install readline qt5 pkgconfig coreutils
|
||||||
brew install RfidResearchGroup/proxmark3/arm-none-eabi-gcc
|
brew install RfidResearchGroup/proxmark3/arm-none-eabi-gcc
|
||||||
```
|
```
|
||||||
3. (optional) Install makefile dependencies:
|
3. (optional) Install makefile dependencies:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue