An open API service indexing awesome lists of open source software.

https://github.com/kunitoki/cxx-docker-images

Docker images for building C++ powered apps
https://github.com/kunitoki/cxx-docker-images

Last synced: over 1 year ago
JSON representation

Docker images for building C++ powered apps

Awesome Lists containing this project

README

          

# Docker images for building C++ powered apps

Available images:
- gcc 7, 8, 9, 10, 11, 12, 13, 14
- clang 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18
- android-ndk
* 18, 19, 20, 21, 22 (java11 - SDK 29, 30 - Build Tools 30.0.3)
* 23, 24, 25, 26, 27 (java17 - SDK 34 - Build Tools 33.0.3)
- emscripten 2.0, 3.1
- juce (docker image for building JUCE X11 applications)
- python (docker image for building CPython from source)

## Installed software
All images come with the following packages:
- cmake 3.29.2
- ninja
- ccache
- curl
- git
- python3

## Links

- https://github.com/kunitoki/cxx-docker-images
- https://hub.docker.com/search?q=kunitoki