mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 21:03:48 -07:00
change docs for macports
This commit is contained in:
parent
86e1ef483e
commit
e07c8472cf
1 changed files with 8 additions and 8 deletions
|
@ -8,7 +8,13 @@ These instructions will show how to setup the environment on OSX to the point wh
|
||||||
|
|
||||||
1. Have MacPorts installed. Visit https://www.macports.org/ for more information.
|
1. Have MacPorts installed. Visit https://www.macports.org/ for more information.
|
||||||
|
|
||||||
* MacPorts may require a bit more setup. Such as setting up new include environments like:
|
* MacPorts may require a bit more setup. You first need to set up your PATH variable:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
export "/opt/local/bin:/opt/local/sbin:/usr/local/bin:/usr/local/sbin:$PATH"
|
||||||
|
```
|
||||||
|
|
||||||
|
Although it is optional for proxmark3 repository, you can also set include variables:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
export C_INCLUDE_PATH="/opt/local/include"
|
export C_INCLUDE_PATH="/opt/local/include"
|
||||||
|
@ -19,8 +25,6 @@ These instructions will show how to setup the environment on OSX to the point wh
|
||||||
export CPPFLAGS="-isystem/opt/local/include -I/opt/local/include"
|
export CPPFLAGS="-isystem/opt/local/include -I/opt/local/include"
|
||||||
```
|
```
|
||||||
|
|
||||||
other than just modifying PATH variable to `/opt/local/bin:/opt/local/sbin:/usr/local/bin:/usr/local/sbin:$PATH`.
|
|
||||||
|
|
||||||
2. Install dependencies:
|
2. Install dependencies:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
@ -59,11 +63,7 @@ These instructions will show how to setup the environment on OSX to the point wh
|
||||||
|
|
||||||
## Compile and use the project
|
## Compile and use the project
|
||||||
|
|
||||||
To use the compiled client, the only difference is that the Proxmark3 port is `/dev/tty.usbmodemiceman1`, so commands become:
|
To use the compiled client, you can use `pm3` script, it is a wrapper of the proxmark3 client that handles automatic detection of your proxmark.
|
||||||
|
|
||||||
```sh
|
|
||||||
proxmark3 /dev/ttyACM0 => proxmark3 /dev/tty.usbmodemiceman1
|
|
||||||
```
|
|
||||||
|
|
||||||
Now you're ready to follow the [compilation instructions](/doc/md/Use_of_Proxmark/0_Compilation-Instructions.md).
|
Now you're ready to follow the [compilation instructions](/doc/md/Use_of_Proxmark/0_Compilation-Instructions.md).
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue