Skip to content

Commit bff700b

Browse files
committed
add installation guide
1 parent 7347001 commit bff700b

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,24 @@ A simple tool to create automapping files for ddnet with a graphical user interf
1414

1515
## Installation
1616

17+
You may want to put the software in its own directory, since it may generate files.
18+
19+
20+
### Windows
21+
1722
This software comes bundled up, just download the version for your OS and start it.
18-
Note: You may want to put the software in it's own directory, since it may generate files.
23+
24+
### Ubuntu latest:
25+
This software uses PyQt6, which is maybe missing some dependencies on your OS.
26+
If you run into issues with this software, install
27+
```bash
28+
sudo apt update
29+
sudo apt-get install -y libegl1
30+
sudo apt-get install -y libxcb-xinerama0
31+
sudo apt-get install -y -qq libglu1-mesa-dev libx11-xcb-dev '^libxcb*'
32+
```
33+
34+
You can find more on this topic [here](https://askubuntu.com/questions/1485442/issue-with-installing-pyqt6-on-ubuntu-22-04)
1935

2036
## Guide
2137

0 commit comments

Comments
 (0)