Skip to content

A better keyboard for folks trying to learn Chinese

Notifications You must be signed in to change notification settings

j0nscalet/zhongboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libpinyin Installation (Debian/Ubuntu/Mint)

Note: We installed Ubuntu 20.04 LTS (Focal) with Docker.

apt-get update apt-get install apt-utils fish autoconf automake libkyotocabinet-dev libpthread-stubs0-dev libtool make pkg-config g++ libglib2.0-dev vim wget -y

fish cd /root wget https://github.com/libpinyin/libpinyin/archive/2.3.0.tar.gz tar xvf 2.3.0.tar.gz cd libpinyin-2.3.0 set -gx LDFLAGS -lglib-2.0 -lpthread autoreconf --install ./autogen.sh -with-dbm=KyotoCabinet make cd /tests ./test_pinyin

About

A better keyboard for folks trying to learn Chinese

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published