Comment 4 for bug 1207503

Revision history for this message
marmuta (marmuta) wrote :

Boris, there have been changes to the way Onboard is built. From now on you can skip building and installing virtkey. All you need is:

bzr branch lp:onboard
cd onboard
debuild binary
sudo dpkg -i ../onboard*.deb

or alternatively replace the last two lines with:
./setup.py build
sudo ./setup.py install