Skip to content

SDL2 with Virtual GPU Support for Miyoo Mini (Plus), TRIMUI SMART and F(x)tec QX1000

License

GPL-3.0, Zlib licenses found

Licenses found

GPL-3.0
LICENSE
Zlib
LICENSE.txt
Notifications You must be signed in to change notification settings

steward-fu/sdl2

Repository files navigation

SDL2 Library with Virtual GPU Support for Miyoo Mini (Plus)

  • Miyoo Mini (Plus)
    • Build from Scratch
      • How to prepare the build environment (Docker)
      • How to build all libraries
      • How to pack the release build
      • How to delete the build environment (Docker)

 

Miyoo Mini (Plus)

image image

 

Build from Scratch

How to prepare the build environment (Docker)

$ sudo docker build -t mmiyoo .

How to build all libraries (SDL2 and virtual GPU)

$ sudo docker run -it --rm -v $(pwd):/sdl2_miyoo mmiyoo /bin/bash
# cd /sdl2_miyoo
# rm -rf swiftshader/build/*
# make cfg
# make

How to build the SDL2 library only

$ sudo docker run -it --rm -v $(pwd):/sdl2_miyoo mmiyoo /bin/bash
# cd /sdl2_miyoo
# make clean
# make cfg
# make sdl2

How to build the virtual GPU (swiftshader) library only

$ sudo docker run -it --rm -v $(pwd):/sdl2_miyoo mmiyoo /bin/bash
# cd /sdl2_miyoo
# rm -rf swiftshader/build/*
# make clean
# make cfg
# make gpu

How to build the example

$ sudo docker run -it --rm -v $(pwd):/sdl2_miyoo mmiyoo /bin/bash
# make example

How to delete the build environment (Docker)

$ sudo docker image rm mmiyoo

About

SDL2 with Virtual GPU Support for Miyoo Mini (Plus), TRIMUI SMART and F(x)tec QX1000

Resources

License

GPL-3.0, Zlib licenses found

Licenses found

GPL-3.0
LICENSE
Zlib
LICENSE.txt

Stars

Watchers

Forks

Releases

No releases published