Skip to content
Alexandr Akulich edited this page Jul 9, 2017 · 28 revisions

Sources

Besides to the usual pair of TelegramQt and Telepathy-Morse, there is also a repo with Telegram settings page.

Builds

OBS

https://build.merproject.org/project/show/home:Kaffeine:morse

https://build.merproject.org/project/show/home:Kaffeine:morse_wip

How to install on Sailfish OS device

The project is not released for Sailfish OS yet, so ATM the most convenient way is to install it from the Mer OBS via a script which add repo, download and install packages, disable repo, disconnect telegram account and terminate pre-exists morse process to ensure that you work with the newly installed one.

Prepare

The script is available at https://gist.github.com/Kaffeine/09e06042e77525ec2fafd14b9b75640f as a gist, so you can do

curl -O https://gist.githubusercontent.com/Kaffeine/09e06042e77525ec2fafd14b9b75640f/raw/a7b9ec2c50087b451aaee36ec95fc20fc7c5fe04/InstallMorse

or create a file InstallMorse and put the gist content there. After that do chmod +x ./InstallMorse

Install/update:

In root terminal (devel-su):

Use ./InstallMorse stable command to install a stable build or ./InstallMorse wip command to install a testing build.

Clone this wiki locally