From b8b236024af1e9daf7251414c80339293e1b10d9 Mon Sep 17 00:00:00 2001 From: Robert Tari Date: Thu, 29 Oct 2020 12:41:30 +0100 Subject: Initial commit --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 README.md (limited to 'README.md') 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 -- cgit v1.2.3