Skip to content

Install Instructions

thosoo edited this page Dec 21, 2020 · 4 revisions

Fedora

To install gnome15 on fedora, do the following.

Dependencies

Some more sophisticated install instructions are found here.

sudo dnf install libXtst-devel libxkbfile-devel

cd ./tmp
wget https://launchpad.net/virtkey/0.63/0.63.0/+download/virtkey-0.63.0.tar.gz
tar -xf virtkey-0.63.0.tar.gz
cd virtkey-0.63.0
sudo python setup.py install
cd ../..

sudo pip install keyring

cd ./tmp
git clone https://github.com/guidugli/pyinputevent.git
cd pyinputevent
sudo python setup.py install
cd ../..

cd ./tmp
git clone https://github.com/tuomasjjrasanen/python-uinput.git
cd python-uinput
sudo python setup.py install
cd ../..

General build instructions

sudo autoreconf -i
sudo ./configure
make
sudo make install
Clone this wiki locally