Skip to content

Text Service Framework-based Chewing input method

Notifications You must be signed in to change notification settings

PCMan/TSF-chewing

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to build

Get source from github
- git clone https://github.com/czchen/TSF-chewing.git

Initial and synchronize submodule
- git submodule init
- git submodule update

Use CMake to generate Visual Studio project file
- cmake -G "Visual Studio 11" <path to TSF-chewing> (Visual Studio 2012 for x86)
- cmake -G "Visual Studio 11 Win64" <path to TSF-chewing> (Visual Studio 2012
  for x64)

Build project with Visual Studio

Copy libchewing/data/*.dat to %WINDIR%/chewing.

Use regsvr32 to register ChewingService.dll (In Debug folder if configure is
Debug).
- regsvr32 ChewingService.dll

About

Text Service Framework-based Chewing input method

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 90.8%
  • C 5.5%
  • Objective-C 3.7%