We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fd5f36 commit ed78ca4Copy full SHA for ed78ca4
README.md
@@ -55,16 +55,10 @@ Tested on:
55
- Windows 10 x86
56
- ...
57
58
-On Debian 12 (Testing) the following error occurred:
59
-
60
-```
61
-Error: glib-2.0 was not found in the pkg-config search path.
62
63
64
-solved through
+On Linux first install the following::
65
66
```sh
67
-sudo apt-get install libgtk-3-dev
+sudo apt-get install libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev libxkbcommon-dev libssl-dev
68
```
69
70
One might have to delete the ```Cargo.lock``` file before compiling.
0 commit comments