I tried ibus-typing-booster software on fedora. Is this available for Ubuntu?
This is really useful software that I will like to use.
Update:
I tried to install it using the following steps. But got an error:
wget https://fedorahosted.org/releases/i/b/ibus-typing-booster/ibus-typing-booster-1.2.11.tar.gz
./configure
make
sudo make install
it complains about ibus version
checking for IBUS... no
configure: error: Package requirements (ibus-1.0 >= 1.1.0) were not met:
No package 'ibus-1.0' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables IBUS_CFLAGS
and IBUS_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
but I have latest ibus
$ ibus version
IBus 1.5.5
Update 2:
after adding one more package called libibus, I am able to continue.
sudo apt-get install libibus-1.0-dev
But getting an error while making install:
ubuntu@ubuntu:~/ibus-typing-booster-1.2.7$ sudo make install
Making install in engine
make[1]: Entering directory '/home/ubuntu/ibus-typing-booster-1.2.7/engine'
make[2]: Entering directory '/home/ubuntu/ibus-typing-booster-1.2.7/engine'
/bin/mkdir -p '/usr/local/libexec'
/usr/bin/install -c ibus-engine-typing-booster '/usr/local/libexec'
/bin/mkdir -p '/usr/local/share/ibus/component'
/usr/bin/install -c -m 644 typing-booster.xml '/usr/local/share/ibus/component'
/bin/mkdir -p '/usr/local/share/ibus-typing-booster/engine'
/usr/bin/install -c -m 644 factory.py main.py hunspell_table.py hunspell_suggest.py tabsqlitedb.py itb_util.py '/usr/local/share/ibus-typing-booster/engine'
../py-compile: Missing argument to --destdir.
Makefile:400: recipe for target 'install-engine_tablePYTHON' failed
make[2]: *** [install-engine_tablePYTHON] Error 1
make[2]: Leaving directory '/home/ubuntu/ibus-typing-booster-1.2.7/engine'
Makefile:539: recipe for target 'install-am' failed
make[1]: *** [install-am] Error 2
make[1]: Leaving directory '/home/ubuntu/ibus-typing-booster-1.2.7/engine'
Makefile:482: recipe for target 'install-recursive' failed
make: *** [install-recursive] Error 1