hankache / rakudo-star-win

Rakudo Star Builder for Windows

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:Other


Languages

Language:PowerShell 100.0%