diff options
-rw-r--r-- | README.md | 24 |
1 files changed, 14 insertions, 10 deletions
@@ -1,20 +1,24 @@ -## Ayatana Settings -####Info +# Ayatana Settings + +### Info Ayatana Settings allows you to configure all your Ayatana system indicators. -####Build dependencies ^[1]^ +### Build dependencies <sup>[1]</sup> -- python-polib -- python-setuptools +- python-polib <sup>[2]</sup> +- python-setuptools <sup>[2]</sup> -####Runtime dependencies ^[1]^ +### Runtime dependencies <sup>[1]</sup> - gtk3 - gobject-introspection -- python-psutil +- python-psutil <sup>[2]</sup> -[1] The package names may slightly vary among various Linux flavours -####Installation +### Installation <sup>[2]</sup> 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 + sudo python setup.py install --root=/ --optimize=1 + +[1] The package names may slightly vary among various Linux flavours + +[2] Make sure "python" refers to Python 3 (e.g. python in Arch, python3 in Debian) |