项目作者: hankache
项目描述 :
Rakudo Star Builder for Windows
高级语言: PowerShell
项目地址: git://github.com/hankache/rakudo-star-win.git
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