Man Linux: Main Page and Category List

NAME

       pbc_to_exe - Generate executables from Parrot bytecode

DESCRIPTION

       Compile bytecode to executable.

   SYNOPSIS
         pbc_to_exe my.pbc
         => my.exe

         pbc_to_exe my.pbc --install
         => installable_my.exe

       Warning! With --install there must be no directory prefix in the first
       arg yet.