mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-03-18 03:00:58 +08:00
CHG: updated the compilation for windows, to include instruction on installing perl.
This commit is contained in:
parent
62254ea5a7
commit
b2c6371761
1 changed files with 4 additions and 1 deletions
|
@ -222,7 +222,10 @@ You only need devkitARM, nothing more (no extra lib or anything else) to compile
|
|||
`export DEVKITARM=/c/devkitPro/devkitARM`
|
||||
`export PATH=$PATH:$DEVKITARM/bin`
|
||||
|
||||
### 6. Build and run
|
||||
### 6 - Install Strawberry Perl
|
||||
Download and install: http://strawberry-perl.googlecode.com/files/strawberry-perl-5.10.1.1.msi
|
||||
|
||||
### 7. Build and run
|
||||
Download and install Git for Windows: https://git-scm.com/download/win
|
||||
|
||||
- Run minimal system: `C:\Qt\msys\msys.bat`
|
||||
|
|
Loading…
Reference in a new issue