From c7cbb7cae45f51cb8dea13d5eaffbf202967527d Mon Sep 17 00:00:00 2001 From: Eberhard Beilharz Date: Tue, 25 May 2021 14:35:24 +0200 Subject: [PATCH] docs(linux): Update readme - remove mention of `scim_kmfl_imengine` which we recently removed - reformat list of required packages --- linux/README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/linux/README.md b/linux/README.md index 0cf80bd3e3..12593c2878 100644 --- a/linux/README.md +++ b/linux/README.md @@ -9,7 +9,6 @@ - [kmflcomp](./kmflcomp) - KMFL keyboard compiler - [libkmfl](./libkmfl) - older KMFL core library - [ibus-kmfl](./ibus-kmfl) - IBUS integration to use KMFL -- scim\_kmfl\_imengine - deprecated SCIM engine to use KMFL See [license information](./LICENSE.md) about licensing. @@ -18,7 +17,15 @@ See [license information](./LICENSE.md) about licensing. - It is helpful to be using the [packages.sil.org](http://packages.sil.org) repo - Install packages required for building and developing KMFL and Keyman for Linux -`sudo apt install cdbs debhelper libx11-dev autotools-dev build-essential dh-autoreconf flex bison libibus-1.0-dev python3-setuptools meson libjson-glib-dev libgtk-3-dev libxml2-utils help2man python3-lxml python3-magic python3-numpy python3-pil python3-pip python3-qrcode python3-requests python3-requests-cache python3 python3-gi dconf-cli dconf-editor` + + ```bash + sudo apt install cdbs debhelper libx11-dev autotools-dev build-essential \ + dh-autoreconf flex bison libibus-1.0-dev python3-setuptools meson \ + libjson-glib-dev libgtk-3-dev libxml2-utils help2man python3-lxml \ + python3-magic python3-numpy python3-pil python3-pip python3-qrcode \ + python3-requests python3-requests-cache python3 python3-gi dconf-cli \ + dconf-editor + ``` ## Compiling from Command Line