ubports / keyboard-component

Moved to https://gitlab.com/ubports/core/lomiri-keyboard
https://gitlab.com/ubports/core/lomiri-keyboard
GNU Lesser General Public License v3.0
10 stars 36 forks source link

No makefile in keyboard-component #127

Closed adrmzz closed 4 years ago

adrmzz commented 4 years ago

According to the README.md in ubports/keyboard-component, predictive models are based on databases generated from a corpus. Databases (apparently, sets of uni-, bi- and tri-grams) are created «by running "make langdb$lc" within the plugin's "src" directory», but there are no makefiles in that directory.

Elleo commented 4 years ago

You just need to run qmake first, that creates the Makefile from the Qt project file (.pro)

adrmzz commented 4 years ago

It worked, after installing qt5-default qt5-qmake qt5-qmake-bin, maliit-framework-dev, pkg-config and presage. Thanks!

adrmzz commented 4 years ago

It worked, after installing qt5-default qt5-qmake qt5-qmake-bin, maliit-framework-dev, pkg-config and presage. Thanks!

Fuseteam commented 4 years ago

can we update the readme?