mirror of
https://github.com/wh201906/Proxmark3GUI.git
synced 2025-02-16 22:21:30 +08:00
added documents for macOS build
This commit is contained in:
parent
fd0f9c081f
commit
ebf1980af5
18
README.md
18
README.md
@ -61,6 +61,24 @@ Great thanks to him.
|
|||||||
cp -r ../config ./
|
cp -r ../config ./
|
||||||
./Proxmark3GUI
|
./Proxmark3GUI
|
||||||
|
|
||||||
|
## Build on macOS
|
||||||
|
|
||||||
|
cd ~
|
||||||
|
brew update
|
||||||
|
brew install qt@5
|
||||||
|
brew link qt5 --force
|
||||||
|
git clone https://github.com/wh201906/Proxmark3GUI.git --depth=1
|
||||||
|
cd Proxmark3GUI
|
||||||
|
mkdir build && cd build
|
||||||
|
qmake ../src
|
||||||
|
make -j4 && make clean
|
||||||
|
cp -r ../config ./
|
||||||
|
open Proxmark3GUI.app
|
||||||
|
|
||||||
|
> In order for the GUI to connect to the device in macOS, you'd need to tweak the settings a little bit
|
||||||
|
|
||||||
|
![macOS_settings](doc/README/macOS_settings.png)
|
||||||
|
|
||||||
***
|
***
|
||||||
## Tutorial
|
## Tutorial
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# Proxmark3GUI
|
# Proxmark3GUI
|
||||||
![downloads](https://img.shields.io/github/downloads/wh201906/Proxmark3GUI/total)
|
![downloads](https://img.shields.io/github/downloads/wh201906/Proxmark3GUI/total)
|
||||||
|
|
||||||
一个自制的[Proxmark3](https://github.com/Proxmark/proxmark3) GUI,可在Windows/Linux系统下运行
|
一个自制的[Proxmark3](https://github.com/Proxmark/proxmark3) GUI,可在Windows/Linux/macOS系统下运行
|
||||||
|
|
||||||
[English](../../README.md)
|
[English](../../README.md)
|
||||||
|
|
||||||
@ -60,6 +60,24 @@ release页面中有含客户端的GUI。这个GUI也可以搭配你自己的客
|
|||||||
cp -r ../config ./
|
cp -r ../config ./
|
||||||
./Proxmark3GUI
|
./Proxmark3GUI
|
||||||
|
|
||||||
|
## 在macOS系统下编译
|
||||||
|
|
||||||
|
cd ~
|
||||||
|
brew update
|
||||||
|
brew install qt@5
|
||||||
|
brew link qt5 --force
|
||||||
|
git clone https://github.com/wh201906/Proxmark3GUI.git --depth=1
|
||||||
|
cd Proxmark3GUI
|
||||||
|
mkdir build && cd build
|
||||||
|
qmake ../src
|
||||||
|
make -j4 && make clean
|
||||||
|
cp -r ../config ./
|
||||||
|
open Proxmark3GUI.app
|
||||||
|
|
||||||
|
> 为使GUI在macOS下正确连接设备,需要更改一些设置
|
||||||
|
|
||||||
|
![macOS_settings](macOS_settings.png)
|
||||||
|
|
||||||
***
|
***
|
||||||
## 教程
|
## 教程
|
||||||
[1.快速上手](../tutorial/Quickstart/quickstart_zh_CN.md)
|
[1.快速上手](../tutorial/Quickstart/quickstart_zh_CN.md)
|
||||||
|
BIN
doc/README/macOS_settings.png
Normal file
BIN
doc/README/macOS_settings.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 115 KiB |
Loading…
x
Reference in New Issue
Block a user