Skip to content

Setup Guide

Lasklu edited this page Aug 3, 2020 · 13 revisions

Make sure you have the current version of Squeak installed.

  • Step 1: Install the Squeak Git Client and clone this repository. For the trunk clone develop, for the latest stable release choose master.
  • Step 2: Install the Squeak FFI Workload. To do so, open the Workspace in Squeak and execute the following command: (Installer repository: 'http://source.squeak.org/FFI') install: 'FFI-Pools'; install: 'FFI-Kernel'.
  • Step 3: Download the required TDLib native Binaries for your system from https://tdlib.github.io/td/build.html.
  • Step 4: Place the unzipped binaries inside of your squeak image inside the 'Resource' folder.
  • Step 5 (Windows only): Install the Visual C++ Redistributable for Visual Studio 2015, 2017 and 2019

Alternatively, check our (release page)[https://github.com/hpi-swa-teaching/TelegramClient/releases] for an online installer in the form of a sar file. In that case you just have to follow steps two and five.

Clone this wiki locally