File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed
Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Original file line number Diff line number Diff 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+
1722This 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
You can’t perform that action at this time.
0 commit comments