aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md43
1 files changed, 27 insertions, 16 deletions
diff --git a/README.md b/README.md
index 26d8cf7..80db5ac 100644
--- a/README.md
+++ b/README.md
@@ -1,24 +1,35 @@
# Ayatana Settings
-### Info
+## Info
+
Ayatana Settings allows you to configure all your Ayatana system indicators.
-### Build dependencies <sup>[1]</sup>
-- python-polib <sup>[2]</sup>
-- python-setuptools <sup>[2]</sup>
+## Build dependencies
+
+ - cmake-extras
+ - intltool
+ - gtk4
+ - glib2
+ - glibc
+ - hicolor-icon-theme
+
+## Runtime dependencies
-### Runtime dependencies <sup>[1]</sup>
+ - gtk4
+ - glib2
+ - glibc
+ - hicolor-icon-theme
-- gtk3
-- gobject-introspection
-- python-psutil <sup>[2]</sup>
+## 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
-
-[1] The package names may slightly vary among various Linux flavours
+```
+git clone https://github.com/AyatanaIndicators/ayatana-settings.git
+cd ayatana-settings
+mkdir build
+cd build
+cmake ..
+make
+sudo make install
+```
-[2] Make sure "python" refers to Python 3 (e.g. python in Arch, python3 in Debian)
+**The install prefix defaults to `/usr`, change it with `-DCMAKE_INSTALL_PREFIX=/some/path`**