File tree 1 file changed +12
-1
lines changed
1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,18 @@ Monitor will be available from the Applications menu.
35
35
36
36
### Install dependencies
37
37
38
- Check dependencies in [ the deb control file] ( debian/control ) .
38
+ If you plan to install WITH a wingpanel-indicator
39
+
40
+ ``` bash
41
+ 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
42
+ ```
43
+
44
+ Alternatively, if you plan to install WITHOUT a wingpanel-indicator
45
+
46
+ ``` bash
47
+ 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
48
+ ```
49
+
39
50
40
51
### Clone, Build & Install
41
52
You can’t perform that action at this time.
0 commit comments