Skip to content

Commit

Permalink
Merge pull request #3 from AndyRusso/patch-1
Browse files Browse the repository at this point in the history
Fix OpenSSL link to a working one.
  • Loading branch information
talkol authored Aug 5, 2022
2 parents 6329110 + 8a9e8ba commit 5e15adb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Useful pre-compiled TON binaries (`fift`, `func`, `lite-client`) for multiple op
|------------------|------|------|-------------|-------|
| MacOS M1 | [fift](https://github.com/ton-defi-org/ton-binaries/releases/download/macos-m1/fift) | [func](https://github.com/ton-defi-org/ton-binaries/releases/download/macos-m1/func) | [lite-client](https://github.com/ton-defi-org/ton-binaries/releases/download/macos-m1/lite-client) | `brew install openssl` |
| MacOS Intel | [fift](https://github.com/ton-defi-org/ton-binaries/releases/download/macos-intel/fift) | [func](https://github.com/ton-defi-org/ton-binaries/releases/download/macos-intel/func) | [lite-client](https://github.com/ton-defi-org/ton-binaries/releases/download/macos-intel/lite-client) | `brew install openssl`<br>`brew reinstall readline` |
| Windows 64 | [fift](https://github.com/ton-defi-org/ton-binaries/releases/download/windows-64/fift.exe) | [func](https://github.com/ton-defi-org/ton-binaries/releases/download/windows-64/func.exe) | [lite-client](https://github.com/ton-defi-org/ton-binaries/releases/download/windows-64/lite-client.exe) | Install [OpenSSL 1.1.1](https://slproweb.com/download/Win64OpenSSL_Light-1_1_1o.msi) |
| Windows 64 | [fift](https://github.com/ton-defi-org/ton-binaries/releases/download/windows-64/fift.exe) | [func](https://github.com/ton-defi-org/ton-binaries/releases/download/windows-64/func.exe) | [lite-client](https://github.com/ton-defi-org/ton-binaries/releases/download/windows-64/lite-client.exe) | Install [OpenSSL 1.1.1](https://slproweb.com/download/Win64OpenSSL_Light-1_1_1q.msi) |
| Ubuntu 18 | [fift](https://github.com/ton-defi-org/ton-binaries/releases/download/ubuntu-18/fift) | [func](https://github.com/ton-defi-org/ton-binaries/releases/download/ubuntu-18/func) | [lite-client](https://github.com/ton-defi-org/ton-binaries/releases/download/ubuntu-18/lite-client) | `sudo apt install libssl-dev` |
| Ubuntu 16 | [fift](https://github.com/ton-defi-org/ton-binaries/releases/download/ubuntu-16/fift) | [func](https://github.com/ton-defi-org/ton-binaries/releases/download/ubuntu-16/func) | [lite-client](https://github.com/ton-defi-org/ton-binaries/releases/download/ubuntu-16/lite-client) | `sudo apt install libssl-dev` |
| Debian 10 (Out of date) | [fift](https://github.com/ton-defi-org/ton-binaries/releases/download/debian-10/fift) | [func](https://github.com/ton-defi-org/ton-binaries/releases/download/debian-10/func) | [lite-client](https://github.com/ton-defi-org/ton-binaries/releases/download/debian-10/lite-client) | `sudo apt install libssl-dev` |
Expand Down

0 comments on commit 5e15adb

Please sign in to comment.