Skip to content

metaera/docker-clang-buildpack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Clang Build Pack

github license github issues github last commit docker stars docker pulls

This is docker image with LLVM/Clang and Boost

Included Packages

Following is the list of packages included

Versions

Running

Run this command from your project folder:

In Powershell:

docker run -it --rm -v ${pwd}:/build gvfn/clang-buildpack:ubuntu-10 bash

In Bash

docker run -it --rm -v `pwd`:/build gvfn/clang-buildpack:ubuntu-10 bash

Your current folder will be mapped into /build folder for your build activities.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published