Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prince213/rakudo-bin
Prebuilt Rakudo binaries for Windows.
https://github.com/prince213/rakudo-bin
moarvm nqp perl6 prebuilt-binaries raku rakudo windows zef
Last synced: about 2 months ago
JSON representation
Prebuilt Rakudo binaries for Windows.
- Host: GitHub
- URL: https://github.com/prince213/rakudo-bin
- Owner: Prince213
- License: apache-2.0
- Created: 2020-04-26T09:40:10.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-10-09T13:21:04.000Z (over 3 years ago)
- Last Synced: 2024-11-05T18:56:48.247Z (3 months ago)
- Topics: moarvm, nqp, perl6, prebuilt-binaries, raku, rakudo, windows, zef
- Language: PowerShell
- Homepage:
- Size: 14.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rakudo-bin
[![Build status](https://ci.appveyor.com/api/projects/status/rlkjded00sdnaep3?svg=true)](https://ci.appveyor.com/project/Prince213/rakudo-bin)Build scripts and prebuilt Windows binaries for Rakudo.
## Prebuilt binaries
They are [here](https://ci.appveyor.com/project/Prince213/rakudo-bin).
## Contents
[Rakudo](https://github.com/rakudo/rakudo), [MoarVM](https://github.com/MoarVM/MoarVM), [NQP](https://github.com/Raku/nqp) and [zef](https://github.com/ugexe/zef).
## Building manually
You need to have MSVC tools and Perl 5 in your path.Then simply run `pwsh .\BuildAndPackage.ps1`.
## Options
- `CoreVersion`: Version of Rakudo, NQP and MoarVM.
- `ZefVersion`: Version of Zef, the package manager.
- `KeepBuild`: Specify this option to keep build directories.
- `KeepSource`: Specify this option to keep sources.
- `Postfix`: Custom postfix for the created package.