pygame installation: sdl-config command not found

后端 未结 6 1191
栀梦
栀梦 2020-12-03 12:15

I used

./configure --prefix=$HOME
make
make install

to install sdl2, after which I tried to ins

6条回答
  •  萌比男神i
    2020-12-03 12:54

    PyGame-1.9.1 was created in 2009 so it still use old SDL 1.2 not new SDL2.

    PySDL2 use SDL2

提交回复
热议问题