Skip to content

Commit

Permalink
Add install instructions for MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
rajkumaar23 authored Feb 14, 2021
1 parent 62a6353 commit 6a71ea4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ cd signal-export
pip install -r requirements.txt
```

### For Linux
Then to get sqlcipher working:
```
sudo apt install libsqlcipher-dev libssl-dev
Expand All @@ -41,6 +42,10 @@ mkdir build && cd build
sudo make install
```

### For MacOS
- Install [Homebrew](https://brew.sh).
- Run `brew install openssl sqlcipher`

## Usage
Assuming you followed the instructions above, you need to use the `--manual` flag in the tool.

Expand Down

0 comments on commit 6a71ea4

Please sign in to comment.