mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-07-15 09:43:00 -07:00
Merge pull request #230 from zhovner/master
Adding homebrew tap method for macOS
This commit is contained in:
commit
a3bd24b5dc
1 changed files with 23 additions and 0 deletions
|
@ -81,6 +81,29 @@ Download the ProxSpace environment archive and extract it to C:\
|
||||||
= Mac OS X =
|
= Mac OS X =
|
||||||
============
|
============
|
||||||
|
|
||||||
|
Installing from HomeBrew tap
|
||||||
|
---------------------------
|
||||||
|
This method is recommended and tested on macOS Sierra 10.12.3
|
||||||
|
|
||||||
|
1. Install homebrew if you haven't yet already done so: http://brew.sh/
|
||||||
|
|
||||||
|
2. Tap proxmark repo:
|
||||||
|
brew tap proxmark/proxmark3
|
||||||
|
|
||||||
|
3. Install Proxmark3:
|
||||||
|
|
||||||
|
Stable release
|
||||||
|
brew install proxmark3
|
||||||
|
|
||||||
|
Latest non-stable from GitHub (use this if previous command fails)
|
||||||
|
brew install --HEAD proxmark3
|
||||||
|
|
||||||
|
For more information go to https://github.com/Proxmark/homebrew-proxmark3
|
||||||
|
|
||||||
|
|
||||||
|
Compilling from source manually (Legacy)
|
||||||
|
---------------------------
|
||||||
|
|
||||||
Tested on OSX 10.10 Yosemite
|
Tested on OSX 10.10 Yosemite
|
||||||
|
|
||||||
1 - Install Xcode and Xcode Command Line Tools
|
1 - Install Xcode and Xcode Command Line Tools
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue