NAME
spvmgenlib - The Command to Generate SPVM Native Modules
SYNOPSIS
Usage: spvmgenlib [OPTIONS] [CLASS_NAME]
spvmgenlib MyLib
spvmgenlib MyLib --native-language c
spvmgenlib MyLib --native-language c --native-lib-name mylib
spvmgenlib MyLib --native-language c --native-lib-name mylib --script-file=mylib.pl
Options:
-h, --help Show this message
-v, --version Show the version
-
q, --quiet Quiet output
-f,
--force Force to generate files
--module-dir Module directory,
default
:
"lib/SPVM"
--native-language Generate native module by
"c"
or
"c++"
--native-lib-name Generate native library
with
the name
--script-file Generate the script file
DESCRIPTION
spvmgenlib is the command to generate SPVM native modules.