Docker with meson build tools for building c++ projects
10K+
It is simple docker which enables you to compile c++ code with meson build. It includes:
Note: This docker only provide tools as they are, to check tool licenses go to their web page.
# Build meson project
meson <builddir> # Note in current working directory must be meson.build file
ninja -C <builddir>
For detailed documentation see meson build docs.
Content type
Image
Digest
Size
134.8 MB
Last updated
about 8 years ago
docker pull slocomptech/docker-meson-cpp