mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 00:15:32 +00:00
docs(linux): Update readme
- remove mention of `scim_kmfl_imengine` which we recently removed - reformat list of required packages
This commit is contained in:
parent
e46a3ee46c
commit
c7cbb7cae4
1 changed files with 9 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue