Skip to content

hankache/rakudo-star-win

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Rakudo Star for Windows

Prerequisites:

Uninstall Rakudo if it was installed previously.
Delete C:\rakudo if it exists.

Usage:

  • Build the MSI:
    .\build.ps1 YYYY.MM
  • Build the MSI and calculates the sha256 checksum:
    .\build.ps1 YYYY.MM -checksum
  • Build the MSI, calculates the sha256 checksum, and sign the MSI with your key:
    .\build.ps1 YYYY.MM -checksum -sign

Output:

  • rakudo-star-YYYY.MM-01-win-x86_64-(JIT).msi
  • rakudo-star-YYYY.MM-01-win-x86_64-(JIT).msi.sha256.txt
  • rakudo-star-YYYY.MM-01-win-x86_64-(JIT).msi.asc

About

Rakudo Star Builder for Windows

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published