commit: 1e10803ef16f5ebfb412ddc2203021f88421d009
parent 2512df09f5d8c9b07420602e3701ae0180480a62
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Tue, 28 Mar 2023 10:46:29 +0200
notes/bootstrapping: Add notes on "Not Quite Perl (NQP)"
Diffstat:
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/notes/bootstrapping.shtml b/notes/bootstrapping.shtml
@@ -98,6 +98,12 @@
<h3 id="neko">NekoVM</h3>
<p>Doesn't seems possible to build without <code>boot/*.n</code> files being present, which are NekoVM bytecode files.</p>
+ <h3 id="nqp">Not Quite Perl (NQP)</h3>
+ <p>
+ Doesn't seems possible to build without <code>src/vm/moar/stage0/*.moarvm</code> files being present, which are MoarVM bytecode files.
+ This means no Rakudo/Perl6.
+ </p>
+
<h3 id="gnulib">GNU gnulib</h3>
<p><code>lib/javaversion.class</code>. Made <a href="https://hacktivis.me/tmp/0001-lib-javaversion.class-Remove-build-from-source.patch">[PATCH] lib/javaversion.class: Remove, build from source</a> to have it built from source.</p>