aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 80db5ac762e23364be4b5a29fd89d22a35c18783 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# Ayatana Settings

## Info

Ayatana Settings allows you to configure all your Ayatana system indicators.

## Build dependencies

 - cmake-extras
 - intltool
 - gtk4
 - glib2
 - glibc
 - hicolor-icon-theme

## Runtime dependencies

 - gtk4
 - glib2
 - glibc
 - hicolor-icon-theme

## Installation

```
git clone https://github.com/AyatanaIndicators/ayatana-settings.git
cd ayatana-settings
mkdir build
cd build
cmake ..
make
sudo make install
```

**The install prefix defaults to `/usr`, change it with `-DCMAKE_INSTALL_PREFIX=/some/path`**