forked from guidugli/gnome15
-
Notifications
You must be signed in to change notification settings - Fork 2
Install Instructions
thosoo edited this page Dec 21, 2020
·
4 revisions
To install gnome15 on fedora, do the following.
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 ../..
sudo autoreconf -i
sudo ./configure
make
sudo make install