Skip to content

Commit

Permalink
Add missing dependencies to installation instructions (#309)
Browse files Browse the repository at this point in the history
* Add missing dependencies to installation instructions

* Update SqueakSource URL [skip ci]
  • Loading branch information
LinqLover authored Oct 20, 2020
1 parent b00e4a0 commit da24079
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,10 @@ TelegramClient is a **Squeak-Client** for the widely used Telegram-Messenger. It

We currently only support Squeak 5.3.

1. Install the last compatible FFI version. For Squeak version 5.3 use `Metacello new configuration: 'FFI'; load.` to install it.
1. Install the following prerequisites:
1. **Last compatible FFI version.** For Squeak version 5.3 use `Metacello new configuration: 'FFI'; load.` to install it.
2. **JSON** package from [SqueakSource](http://www.squeaksource.com/JSON.html).
3. **Animations** package [GitHub](https://github.com/hpi-swa/animations/).

2. Check our [release page](https://github.com/hpi-swa-teaching/TelegramClient/releases) for an online installer in the form of a sar file. Install this sar file in your Squeak image.

Expand Down

0 comments on commit da24079

Please sign in to comment.