How to Install libscim-dev in Ubuntu 18.04



Install libscim-dev by entering the following commands in the terminal:

sudo apt update
sudo apt install libscim-dev

Description:

development library for SCIM platform

SCIM (Smart Common Input Method) is an input method (IM) platform. . This package provides development libraries on SCIM platform, including the header files and static libraries. The development documentations can be found in the scim-dev-doc package. . SCIM can be used as a dynamically loaded library on a single machine, or as a server/client model through socket in a network environment. As a component of the system, SCIM can work with existing IM framework such as XIM or IIIMF (in progress), as well as using client specific IM interface, such as GTK+ IM module or Qt IM module. SCIM provides an IM application, scim, which use various IM engines to provide input methods for many languages, either by native modules (such as scim-pinyin and scim-hangul) or interfaces to other IM libraries (such as scim-anthy, scim-uim, scim-m17n, and scim-chewing). . For more information about SCIM, please see the description of scim package.

Homepage: https://github.com/scim-im/scim

Version: 1.4.18-2

Section: universe/libdevel