From bff700bbc6ee2342b1aa2a62a3d10a5f93cf4099 Mon Sep 17 00:00:00 2001 From: Marvin Winkens Date: Wed, 5 Jun 2024 17:30:56 +0200 Subject: [PATCH] add installation guide --- README.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 82ed3ae..fda5b51 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,24 @@ A simple tool to create automapping files for ddnet with a graphical user interf ## Installation +You may want to put the software in its own directory, since it may generate files. + + +### Windows + This software comes bundled up, just download the version for your OS and start it. -Note: You may want to put the software in it's own directory, since it may generate files. + +### Ubuntu latest: +This software uses PyQt6, which is maybe missing some dependencies on your OS. +If you run into issues with this software, install +```bash +sudo apt update +sudo apt-get install -y libegl1 +sudo apt-get install -y libxcb-xinerama0 +sudo apt-get install -y -qq libglu1-mesa-dev libx11-xcb-dev '^libxcb*' +``` + +You can find more on this topic [here](https://askubuntu.com/questions/1485442/issue-with-installing-pyqt6-on-ubuntu-22-04) ## Guide