mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 00:15:32 +00:00
chore(linux): update minimum version
This commit is contained in:
parent
244a41fdb6
commit
ef824dcfa6
4 changed files with 5 additions and 5 deletions
2
docs/build/linux-ubuntu.md
vendored
2
docs/build/linux-ubuntu.md
vendored
|
|
@ -23,7 +23,7 @@ The following projects **cannot** be built on Linux:
|
|||
|
||||
### System Requirements
|
||||
|
||||
- Minimum Ubuntu version: Ubuntu 20.04
|
||||
- Minimum Ubuntu version: Ubuntu 22.04
|
||||
|
||||
Other Linux distributions will also work if appropriate dependencies are installed.
|
||||
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@ https://help.keyman.com/developer/engine/android/latest-version/
|
|||
| KEYMAN_MIN_TARGET_VERSION_ANDROID_CHROME | 53.0 |
|
||||
| KEYMAN_MIN_TARGET_VERSION_IOS | 12.2 |
|
||||
| KEYMAN_MIN_TARGET_VERSION_MAC | 10.13 |
|
||||
| KEYMAN_MIN_TARGET_VERSION_UBUNTU | 20.04 |
|
||||
| KEYMAN_MIN_TARGET_VERSION_UBUNTU | 22.04 |
|
||||
| KEYMAN_MIN_TARGET_VERSION_WEB_CHROME | 95.0 |
|
||||
| KEYMAN_MIN_TARGET_VERSION_WEB_FIREFOX | 79.0 |
|
||||
| KEYMAN_MIN_TARGET_VERSION_WEB_OPERA | 47.0 |
|
||||
|
|
|
|||
|
|
@ -59,8 +59,8 @@ no on-screen keyboard for Wayland that works with Keyman.
|
|||
**A.** Keyman runs on Debian, Ubuntu, Wasta Linux and can be compiled to run
|
||||
from source in most distributions.
|
||||
|
||||
**Note:** Ubuntu versions before Ubuntu 20.04 LTS are no longer supported with
|
||||
Keyman 17. If you are still running an older version and require Keyman you'll
|
||||
**Note:** Ubuntu versions before Ubuntu 22.04 LTS are no longer supported with
|
||||
Keyman 18. If you are still running an older version and require Keyman you'll
|
||||
have to install an older Keyman version.
|
||||
|
||||
## Q. Will my existing Windows Keyman keyboard work with Keyman for Linux?
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ KEYMAN_MIN_TARGET_VERSION_ANDROID=5.0 # Lollipop
|
|||
KEYMAN_MIN_TARGET_VERSION_IOS=12.2 # iOS 12.2
|
||||
KEYMAN_MIN_TARGET_VERSION_WINDOWS=10 # Windows 10
|
||||
KEYMAN_MIN_TARGET_VERSION_MAC=10.13 # MacOS 10.13 (High Sierra)
|
||||
KEYMAN_MIN_TARGET_VERSION_UBUNTU=20.04 # Ubuntu 20.04 Focal
|
||||
KEYMAN_MIN_TARGET_VERSION_UBUNTU=22.04 # Ubuntu 22.04 Jammy
|
||||
KEYMAN_MIN_TARGET_VERSION_ANDROID_CHROME=53.0 # min version of Chrome for Keyman for Android
|
||||
|
||||
# Target web browsers for KeymanWeb -- we do not have polyfills for
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue