User manual
How to install matchbox-keyboard                                               2016-08-31 
How to install Soft Keyboard 
This installation tutorial uses "2016-05-27-raspbian-jessie" version for testing. If use wheezy or 
earlier image, then the step5 and step6 have different file paths, pls refer to the 
virtual-keyboard official installation tutorial for specification. 
Official reference address (English) 
http://ozzmaker.com/virtual-keyboard-for-the-raspberry-pi/ 
1, install the necessary files 
sudo apt-get update 
sudo apt-get install libfakekey-devlibpng-devautoconflibxft-devlibtoolautomake -y 
2, install the matchbox-keyboard 
git clone https://github.com/mwilliams03/matchbox-keyboard.git 
cd matchbox-keyboard 
./autogen.sh 
 (Note: "./ autogen.sh" execution takes a few minutes, and would show as follows after running 
correctly; if it doesn’t show as follows, then need to check to see if there are error Popup 
Window prompt) 
Continue: 
sudomake 
sudo make install 
3, install the shared data library for matchbox-keyboard 
sudo apt-get install libmatchbox1 –y 
As following: 




