Skip to content

Cross-compile OpenGLES applications without X in a Raspberry Pi using Docker and Conan

Notifications You must be signed in to change notification settings

czoido/raspberrypi-opengles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Cross-compile OpenGLES applications without X

Cross-compile OpenGLES applications without X from a Docker image with Conan. It has a basic implementation of Conan System Packages for:

  • OpenGLES
  • DRM (Direct Rendering Manager)
  • GBM (Graphics Buffer Manager)

Build the Docker image and run it:

docker build -t rpi-opengles docker_images
docker run -v $(pwd)/kmscube:/home/kmscube -it rpi-opengles

Inside the Docker image you can cross-compile the kmscube application for Raspberry Pi

cd /home/kmscube/
conan create . -pr:h=rpi -pr:b=default

References:

About

Cross-compile OpenGLES applications without X in a Raspberry Pi using Docker and Conan

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages