Dave Cross: Still Munging Data With Perl: Online event - Mar 17 Learn more

Name

spvmcc - Generating Excutable File

Description

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

Usage

usage: spvmcc [<options>] <module 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
-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.