diff --git a/README.md b/README.md index 1740224..a0dc0bc 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,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-0.3.0/fift) | [func](https://github.com/ton-defi-org/ton-binaries/releases/download/macos-m1-0.3.0/func) | [lite-client](https://github.com/ton-defi-org/ton-binaries/releases/download/macos-m1-0.3.0/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`
`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_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 18 | [fift](https://github.com/ton-defi-org/ton-binaries/releases/download/ubuntu-18-0.3.0/fift) | [func](https://github.com/ton-defi-org/ton-binaries/releases/download/ubuntu-18-0.3.0/func) | [lite-client](https://github.com/ton-defi-org/ton-binaries/releases/download/ubuntu-18-0.3.0/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` | 2. After download, make sure the downloaded binaries are executable by changing their permissions (ie by running `chmod +x fift`). It's also useful to place these binaries in your path (or copy them to `/usr/local/bin`) to make sure you can access them from anywhere.