Skip to content

Commit

Permalink
Merge pull request #1083 from 00p513-dev/patch-2
Browse files Browse the repository at this point in the history
Update README for macOS instructions
  • Loading branch information
bkerler authored Jul 2, 2024
2 parents 9b4e866 + b4764a1 commit bbfa798
Showing 1 changed file with 29 additions and 1 deletion.
30 changes: 29 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ User: user, Password:user (based on Ubuntu 22.04 LTS)

## Install

### Linux / Mac OS - (Ubuntu recommended, no patched kernel needed except for kamakiri)
### Linux - (Ubuntu recommended, no patched kernel needed except for kamakiri)

#### Install python >=3.8, git and other deps

Expand Down Expand Up @@ -73,6 +73,34 @@ the "/etc/modprobe.d/blacklist.conf".

---------------------------------------------------------------------------------------------------------------

### macOS

#### Install brew, macFUSE, OpenSSL

```
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew install macfuse openssl
```

You may need to **reboot**

#### Grab files
```
git clone https://github.com/bkerler/mtkclient
cd mtkclient
```

#### Create python 3.9 venv and install dependencies
```
python3.9 -m venv mtk_venv
source mtk_venv/bin/activate
pip3 install --pre --no-binary capstone capstone
pip3 install PySide6 libusb
pip3 install -r requirements.txt
```

---------------------------------------------------------------------------------------------------------------

### Windows

#### Install python + git
Expand Down

0 comments on commit bbfa798

Please sign in to comment.