diff options
author | Robert Tari <robert@tari.in> | 2020-10-29 12:41:30 +0100 |
---|---|---|
committer | Robert Tari <robert@tari.in> | 2020-10-29 12:41:30 +0100 |
commit | b8b236024af1e9daf7251414c80339293e1b10d9 (patch) | |
tree | da06b1ba2174c53296dce610dee23908e5a22009 /README.md | |
download | ayatana-settings-b8b236024af1e9daf7251414c80339293e1b10d9.tar.gz ayatana-settings-b8b236024af1e9daf7251414c80339293e1b10d9.tar.bz2 ayatana-settings-b8b236024af1e9daf7251414c80339293e1b10d9.zip |
Initial commit
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 |