Skip to content

a docker-image with the latest gcc and cmake (gcc 8 and cmake 3.12)

License

Notifications You must be signed in to change notification settings

ricwein/docker-cmake-gcc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

A docker-image for cmake with gcc

at Docker Hub: ricwein/cmake-gcc

This image contains the latest gcc (from gcc:latest) and cmake (from source).

versions

At this time, the versions are:

program version
gcc 8.2
cmake 3.12.1

usage:

docker run --rm -v $(pwd):/usr/src/myapp ricwein/cmake-gcc /bin/bash -c "cmake . && make"

About

a docker-image with the latest gcc and cmake (gcc 8 and cmake 3.12)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published