Verified Commit d450bffb authored by Jakob Moser's avatar Jakob Moser
Browse files

Add more dependencies

Which were necessary to get this to work
parent be691d22
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -240,6 +240,7 @@ Clone the repository and set everything up:
```bash
git clone https://gitlab.cl.uni-heidelberg.de/moser/poolpay.git
sudo apt install python3-dev  # to compile evdev, which is a requirement
sudo apt install libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-ttf-dev libportmidi-dev  # to compile PyGame, which is required by uv
sudo chown poolpay:poolpay /coli/poolpay

sudo su poolpay