Skip to content

Commit 81e32da

Browse files
committed
Update README
1 parent fbf3b24 commit 81e32da

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

+16
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,19 @@
22
A windows task manager clone for Linux.
33

44
<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

Comments
 (0)