The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Name

spvmcc - Generating Excutable File

Description

The spvmcc command is a SPVM compiler and linker to generate an executable file.

Usage

usage: spvmcc [<options>] <class name>
  
  spvmcc -I lib/SPVM -o myapp Myapp

options:
  -h, --help                     Shows this message
  -v, --version                  Shows the version
  -o, --output                   The output file name
  -I, --include-dir <directory>  Adds a include directory
  -B, --build-dir <directory>    Building diretory
  -q, --quiet                    Stops the output of messages
  -f, --force                    Forces the compile and link
  -r, --required-resources       Prints required resources in JSON lines
  --no-config                    No configration file is ok
  -m, --mode                     Mode

Copyright & License

Copyright 2023 Yuki Kimoto. All Rights Reserved.

MIT License.