tce-load -i compiletc python3.8-dev python3.8-setuptools sdl2-ttf-dev sdl2-image-dev sdl2-mixer-dev portmidi-dev

wget https://github.com/pygame/pygame/archive/refs/tags/2.1.2.tar.gz

cd pygame-2.1.2

python3.8 setup.py build
sudo python3.8 setup.py install --root=/tmp/pkg
