Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
suggest use of zef on windows
  • Loading branch information
stmuk committed Apr 30, 2016
1 parent 32b09e7 commit eedaf87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/downloads/index.html
Expand Up @@ -49,9 +49,9 @@ <h3 class="trim-top">Installing from source</h3>
<h3 class="trim-top">Rakudo Star 2016.04 Errata</h3>

<ul class="shy-list">
<li>Windows port: NativeCall modules may not work depending on compiler (differs depending on whether mingw or MSVC and whether 32 or 64 bit). Also panda needs to be invoked as "panda --notests install Foo::Bar" to work since it doesn't call prove correctly.</li>
<li>Windows port: NativeCall modules may not work depending on compiler (differs depending on whether mingw or MSVC and whether 32 or 64 bit). Also panda needs to be invoked like "panda --notests install Zef" to work since it doesn't call prove correctly. That example also installs a panda alternative called zef which should fully work.</li>
<li>Linux and Mac ports: no specific issues known currently</li>
<li>All ports: DBIish should be upgraded ("panda --force install DBIish") for significant performance increases</li>
<li>All ports: DBIish should be upgraded ("panda --force install DBIish") for significant performance increases.</li>
</ul>

<h3 class="trim-top">Tracking Rakudo Source Changes</h3>
Expand Down

0 comments on commit eedaf87

Please sign in to comment.