aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2024-08-27 15:50:10 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2024-08-27 15:50:10 +0200
commit79853595a8e4adacddaeffd42f8e4cfdf5f9a5c5 (patch)
tree1a1e7ab8a8a4b703f3237d2ed77ed9f60a2d42fd /README.md
parent4bfbd579171d9194956376c7153f378ff6eb9d4e (diff)
parent1398450b47460ae951f69e410311677cb8fc14a7 (diff)
downloadayatana-settings-79853595a8e4adacddaeffd42f8e4cfdf5f9a5c5.tar.gz
ayatana-settings-79853595a8e4adacddaeffd42f8e4cfdf5f9a5c5.tar.bz2
ayatana-settings-79853595a8e4adacddaeffd42f8e4cfdf5f9a5c5.zip
Merge branch 'pr/full-rewrite'
Attributes GH PR #25: https://github.com/AyatanaIndicators/ayatana-settings/pull/25
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`**