Skip to content

steward-fu/sdl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SDL v1.2 Ported for SailfishOS

This repository contains the SDL v1.2 source code, ported for the following handheld devices:

  • F(x)tec Pro1 (QX1000)
    Utilizes Wayland Client for rendering and is only supported on Sailfish OS v4.4.0.72.
  • Motorola Droid 4 (XT894)
    Utilizes Wayland Client for rendering and is only supported on Sailfish OS v4.6.0.15.
  • Motorola Photon Q (XT897)
    Utilizes Wayland Client for rendering and is only supported on Sailfish OS v4.4.0.68.

All dependent libraries are stored in the "dependency" folder and need be built manually after building the SDL library.

smpeg-0.4.5.tar.gz
libmikmod-3.1.21.tar.gz
sdl-1.2-gfx-2.0.25.tar.gz
sdl-1.2-ttf-2.0.11.tar.gz
sdl-1.2-sound-1.0.3.tar.gz
sdl-1.2-image-1.2.12.tar.gz
sdl-1.2-mixer-1.2.12.tar.gz

Motorola Droid 4 (XT894)

$ cd
$ git clone https://github.com/steward-fu/sdl
$ cd sdl
$ ./autogen.sh
$ ./configure --enable-xt894 --build=arm-linux
$ make -j4
$ sudo make install

image

Motorola Photon Q (XT897)

$ cd
$ git clone https://github.com/steward-fu/sdl
$ cd sdl
$ ./autogen.sh
$ ./configure --enable-xt897 --build=arm-linux
$ make -j4
$ sudo make install

image

F(x)tec Pro1 (QX1000)

$ cd
$ git clone https://github.com/steward-fu/sdl
$ cd sdl
$ ./autogen.sh
$ ./configure --enable-qx1000 --build=arm-linux
$ make -j4
$ sudo make install

image

About

SDL v1.2 Ported for SailfishOS

Resources

License

Stars

Watchers

Forks

Contributors 2

  •  
  •