Skip to content

Commit

Permalink
Add MacOS instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
rhian-cs committed May 11, 2024
1 parent 2797b74 commit d4fcde6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ RUST_LOG=trace sapphire-hash --algorithm ALGORITHM DIRECTORY | tee result.txt 2>
- OpenSSL:
- Ubuntu: `sudo apt install libssl-dev`
- Windows: Use [vcpkg](https://github.com/microsoft/vcpkg) and install by running: `vcpkg install openssl`
- MacOS: Install pkg-config: `brew install pkg-config`
- Flutter and other native dependencies for GUI development (see [flutter_gui/README.md](flutter_gui/README.md))

### Setup
Expand Down

0 comments on commit d4fcde6

Please sign in to comment.