-
Notifications
You must be signed in to change notification settings - Fork 7
/
GetStarted
28 lines (21 loc) · 947 Bytes
/
GetStarted
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Support for Fedora 17 and Fedora 18
Preferable Fedora 18 and python 3 since few features like popup not supported on python 2
Support for Ubuntu coming soon
---------------------------------------------------------------------------------------------------------------------------
# Running with Python 3 (default)
su -c "yum groupinstall development-libs development-tools gnome-software-development x-software-development"
su -c "yum install python3-setuptools"
bzr branch lp:python-distutils-extra
cd python-distutils-extra
python3 setup.py build
su -c "python3 setup.py install"
cd ..
su -c "yum install python3-devel dconf-devel python3-gobject python3-cairo python3-dbus bzr"
git clone "https://github.com/adityaphatak/Inputability.git"
cd Inputability
python3 setup.py build
su -c "python3 setup.py install"
su -c "glib-compile-schemas /usr/share/glib-2.0/schemas"
cd virtkey
python3 setup.py build
su -c "python3 setup.py install"