We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbf3b24 commit 81e32daCopy full SHA for 81e32da
README.md
@@ -2,3 +2,19 @@
2
A windows task manager clone for Linux.
3
4
<img src="screenshots/scr0.png" width="600" height="800"><img src="screenshots/scr1.png" width="600" height="800">
5
+
6
7
+# Building
8
+The following dependencies are required:
9
+* `libgtkmm-3.0`
10
+* `libprocps`
11
12
+```
13
+mkdir build
14
+cmake -B ./build -DCMAKE_BUILD_TYPE=Release
15
+cmake --build ./build --config Release
16
17
18
+# Limitations
19
+* Apps Category only works on X11
20
+* Only NVIDIA GPUs using the proprietary driver are detected
0 commit comments