https://github.com/fcitx/fcitx5-m17n
https://github.com/fcitx/fcitx5-m17n
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/fcitx/fcitx5-m17n
- Owner: fcitx
- Created: 2017-12-21T01:30:15.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-03-12T20:24:15.000Z (about 1 year ago)
- Last Synced: 2025-03-26T20:49:38.842Z (about 1 year ago)
- Language: C++
- Size: 257 KB
- Stars: 3
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSES/LGPL-2.1-or-later.txt
Awesome Lists containing this project
README
Fcitx-m17n
========
This is the source tree of fcitx-m17n, some trivial little codes the wrap the
m17n input method engine into a fcitx input method.
[](https://jenkins.fcitx-im.org/job/fcitx5-m17n/)
[](https://scan.coverity.com/projects/fcitx-fcitx5-m17n)
Source Tree
===========
* im:
Most codes.
* po:
Translation files suitable for GNU gettext.
* testmim:
A trivial standalone frontend to the m17n input methods engine.
Dependency, Building and Installation
=====================================
Fcitx-m17n is maintained using CMake. To install, run::
```
mkdir build; cd build
cmake .. [ FLAGS ]
make && make install
```
To install to /usr, include ``-DCMAKE_INSTALL_PREFIX=/usr`` in ``FLAGS``. To
build with debug symbols, include ``-DCMAKE_BUILD_TYPE``. You may as well
replace ``cmake`` with ``ccmake``, which gives you a nice curses UI to adjust
CMake flags.
Dependencies is handled by CMake and therefore not listed here. But note that
testmim uses some C++11 features and requires a recent C++ compiler. Latest
clang will suffice.
You may want to read ``CMakeLists.txt`` in the subdirectories.
License
=======
All codes are currently licensed in LGPL 2.1+.
See ``COPYING`` for a copy of the license. A list of of fcitx-m17n authors and
contributors is included herein:
* Cheer Xiao
* CSSlayer