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

Name

spvmcc - SPVM compiler to create exe file

Usage

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

  options:
    -h, --help                     Show this message
    -v, --version                  Show the version
    -o, --output                   Output file name
    -I, --module-dir <directory>   Add SPVM module searching directory
    -B, --build-dir <directory>    Building diretory
    -q, --quiet                    Quiet output
    -f, --force                    Force compile and link
    -c, --config                   Config file
    

Description

spvmcc is SPVM compiler to create executable file.