Skip to content

kilx/gcompris-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

gcompris-docker

gcompris build env for android builds

Build the image:

docker build -t gcompris-build .

Run the image and attach to it:

docker run -it --entrypoint=/bin/bash gcompris-build -i

In container run the cmake wrapper from the build directory, make to compile and make apk_debug to build the apk file:

/opt/build/cmake.sh .. && make -j4 && make apk_debug

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published