Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.