Skip to content

improbable-io/clang-choco

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LLVM package

This packages up LLVM for Windows, making it possible to install via choco install clang.

Contributing

Packaging a new version of LLVM

  1. Make a new branch - git checkout -b <your new branch>
  2. Change the URLs and checksums in tools\chocolateyinstall.ps1 to point at the version that you want to package (see LLVM releases).
  3. Run build.ps1 -version <new version>
  4. Run test.ps1

Submit a PR with your changes with our thanks!

Making a new package for an already-released version of clang

(To fix a package)

As above, but the package version should follow chocolatey package fix notation instead of being the same version as the software contained.

This means - run build.ps1, then edit the nuspec and set the value of <version> element to your package-fix version.