The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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, --class-path <directory>   Adds a class path
    -B, --build-dir <directory>    Building diretory
    -q, --quiet                    Stops the output of messages
    -f, --force                    Forces the compile and link
    -c, --config                   The config file
    -r, --required-resources       Prints required resources in JSON lines

Copyright & License

Copyright 2023 Yuki Kimoto. All Rights Reserved.

MIT License.