NAME

spvmcc - SPVM compiler to create exe file

SYNOPSIS

Usage: spvmcc [OPTIONS] [PACKAGE]

  spvmcc -Ilib -Bspvm_build -o my_app My::App

Options:
  -h, --help                     Show this message
  -v, --version                  Version
  -o, --output                   Excutable file name
  -I, --include-dir <directory>  Add package search path
  -B, --build-dir <directory>    Building diretory
  -q, --quiet                    Quiet output
  -L, --library-path <directory> Library searching path
  -l, --library=s <file>         Library name

DESCRIPTION

spvmcc is SPVM compiler to create exe file.

Created exe file is executed by itself.