Steward
分享是一種喜悅、更是一種幸福
手機 - Motorola XT897 - Sailfish OS 4.4.0.68 - Build PyGame
參考資訊:
https://download.savannah.gnu.org/releases/freetype
$ cd
$ wget https://download.savannah.gnu.org/releases/freetype/freetype-2.13.3.tar.xz
$ tar xf freetype-2.13.3.tar.xz
$ cd freetype-2.13.3
$ CFLAGS="-fPIC" ./configure \
--disable-shared \
--enable-static \
--prefix=/usr/local
$ make
$ sudo make install
$ cd
$ git clone https://github.com/pygame/pygame.git
$ cd pygame
$ python3 setup.py build
$ sudo python3 setup.py install