Skip to content

Commit 3b8cbd0

Browse files
LasklusspangenbergNiklas Schilli
authored
Fixed installation Instructions
* fixed linux installation instructions * added FFI installation instruction * detailled instruction 2, removed instruction 5 * Update Windows installation instructions * Fixed image link * Removed duplicate text Co-authored-by: sspangenberg <[email protected]> Co-authored-by: Niklas Schilli <[email protected]>
1 parent bdb3a08 commit 3b8cbd0

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ TelegramClient is a **Squeak-Client** for the widely used Telegram-Messenger. It
99

1010
## Installation
1111
Make sure you have the current version of Squeak installed.
12-
1. Install the Squeak Git Client
13-
2. Install the Squeak FFI Workload
14-
3. Download the required native Binaries for your system.
15-
* [Windows](https://drive.google.com/open?id=14tOoIfxioIe8bn2kPxPKmCk_Eg0tSYiJ)
16-
* [Mac](https://drive.google.com/open?id=1H2l_V6zkIx4t_SKQKL3MmdtvOV2haFjV)
17-
* [Ubuntu 18 lts](https://drive.google.com/open?id=1CpSPcB-5MPA95fEWI-X5MxbUEZUcU3g2)
18-
4. Place the unzipped binaries inside of your squeak image. On Windows, place them inside the Win32 folder, on Linux and Mac Os place them inside the resources folder.
12+
* Step 1: Install the Squeak Git Client
13+
* 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')
14+
install: 'FFI-Pools';
15+
install: 'FFI-Kernel'.`
16+
* Step 3: Download the required native Binaries for your system. [Windows](https://drive.google.com/open?id=14tOoIfxioIe8bn2kPxPKmCk_Eg0tSYiJ), [Mac](https://drive.google.com/open?id=1H2l_V6zkIx4t_SKQKL3MmdtvOV2haFjV), [Ubuntu 18 lts](https://drive.google.com/open?id=1CpSPcB-5MPA95fEWI-X5MxbUEZUcU3g2).
17+
* Step 4: Place the unzipped binaries inside of your squeak image. On Windows, place them inside the Win32 folder, on Linux in "Contents/Linux-x86_64/lib/squeak/\<versionnumber>/" and on Mac place them inside the resources folder.
18+
* Step 5 (Windows only): Install Visual C++ Redistributable for Visual Studio 2015, 2017 and 2019: [32Bit](https://aka.ms/vs/16/release/vc_redist.x86.exe) or [64Bit](https://aka.ms/vs/16/release/vc_redist.x64.exe)
1919

2020
## Running TelegramClient
2121
In a workspace window execute the command

0 commit comments

Comments
 (0)