Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
doronaviguy authored Dec 14, 2022
1 parent ddc0ab1 commit 49267fa
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 @@ -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`<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_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.
Expand Down

0 comments on commit 49267fa

Please sign in to comment.