spvmcc - SPVM compiler to create exe file
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
spvmcc is SPVM compiler to create executable file.
Copyright 2023 Yuki Kimoto. All Rights Reserved.
MIT License.
To install SPVM, copy and paste the appropriate command in to your terminal.
cpanm
cpanm SPVM
CPAN shell
perl -MCPAN -e shell install SPVM
For more information on module installation, please visit the detailed CPAN module installation guide.