Skip to content

Commit

Permalink
add dependencies to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
UncleTallest committed Jan 9, 2025
1 parent 010c5d9 commit c85e078
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,18 @@ Monitor will be available from the Applications menu.

### Install dependencies

Check dependencies in [the deb control file](debian/control).
If you plan to install WITH a wingpanel-indicator

```bash
sudo apt install build-essential cmake sassc valac libgtk-3-dev libgee-0.8-dev libgranite-dev libgtop2-dev libwnck-3-dev libhandy-1-dev libudisks2-dev libjson-glib-dev libflatpak-dev libxnvctrl-dev libwingpanel-dev
```

Alternatively, if you plan to install WITHOUT a wingpanel-indicator

```bash
sudo apt install build-essential cmake sassc valac libgtk-3-dev libgee-0.8-dev libgranite-dev libgtop2-dev libwnck-3-dev libhandy-1-dev libudisks2-dev libjson-glib-dev libflatpak-dev libxnvctrl-dev
```


### Clone, Build & Install

Expand Down

0 comments on commit c85e078

Please sign in to comment.