Skip to content

Commit ed78ca4

Browse files
committed
update linux instructions
1 parent 9fd5f36 commit ed78ca4

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -55,16 +55,10 @@ Tested on:
5555
- Windows 10 x86
5656
- ...
5757

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
58+
On Linux first install the following::
6559

6660
```sh
67-
sudo apt-get install libgtk-3-dev
61+
sudo apt-get install libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev libxkbcommon-dev libssl-dev
6862
```
6963

7064
One might have to delete the ```Cargo.lock``` file before compiling.

0 commit comments

Comments
 (0)