Skip to content

chn-dev/SDL2-ogu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

build_SDL2-ogu.sh

This script automatically does what JohnnyonFlame has explained he's doing to compile his port of SDL2 for the Odroid-Go Ultra:

  • clone the SDL2 sources from JonnyonFlame's repository
  • download opengl-meson
  • apply the necessary fixes to the opengl-meson header files for SDL2 compilation
  • compile SDL2 itself

And finally:

  • create an easy-to-use SDL2-ogu.tar.gz SDK package for the OGU containing
    • the static and dynamic SDL2 libraries
    • the SDL2 header files
    • cmake SDL2 module and aarch64 toolchain files
    • some example projects for the OGU

Usage

Prior to using the build_SDL2-ogu.sh, cmake and git need to be installed on the OGU:

sudo apt-get install cmake
sudo apt-get install git

After that, do:

git clone https://github.com/chn-dev/SDL2-ogu
cd SDL2-ogu
./build_SDL2-ogu.sh

If everything went fine, the script will have created the SDL2-ogu package with the file name "SDL2-ogu_2.0.22_yyyyMMdd.tar.gz", whereby "yyyyMMdd" denotes the date at the time of its creation.

Final Words

In case of questions or comments, you can contact me at chnowak@web.de, or go to http://www.chn-dev.net/.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published