diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..5c4478b --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ +## Ayatana Settings +####Info +Ayatana Settings allows you to configure all your Ayatana system indicators. +####Build dependencies ^[1]^ + +- python-polib +- python-setuptools + +####Runtime dependencies ^[1]^ + +- gtk3 +- gobject-introspection +- python-psutil + +[1] The package names may slightly vary among various Linux flavours +####Installation + git clone https://github.com/AyatanaIndicators/ayatana-settings.git + cd ayatana-settings + python setup.py build + sudo python setup.py install --root=/ --optimize=1
\ No newline at end of file |