@@ -31,18 +31,21 @@ In Linux and macOS, TornadoVM can be installed automatically with
3131the [ installation script] ( https://tornadovm.readthedocs.io/en/latest/installation.html ) . For example:
3232
3333``` bash
34- $ ./bin/tornadovm-installer
35- usage: tornadovm-installer [-h] [--version] [-- jdk JDK] [--backend BACKEND] [--listJDKs] [--javaHome JAVAHOME ]
34+ $ ./bin/tornadovm-installer --help
35+ usage: tornadovm-installer [-h] [--jdk JDK] [--backend BACKEND] [--version] [-- listJDKs] [--polyglot] [--mvn_single_threaded] [--auto-deps ]
3636
3737TornadoVM Installer Tool. It will install all software dependencies except the GPU/FPGA drivers
3838
39- optional arguments:
40- -h, --help show this help message and exit
41- --version Print version of TornadoVM
42- --jdk JDK Select one of the supported JDKs. Use --listJDKs option to see all supported ones.
43- --backend BACKEND Select the backend to install: { opencl, ptx, spirv }
44- --listJDKs List all JDK supported versions
45- --javaHome JAVAHOME Use a JDK from a user directory
39+ options:
40+ -h, --help show this help message and exit
41+ --jdk JDK Specify a JDK to install by its keyword (e.g., ' jdk21' , ' graal-jdk-21' ). Run with --listJDKs to view all available JDK keywords.
42+ --backend BACKEND Select the backend to install: { opencl, ptx, spirv }
43+ --version Print version
44+ --listJDKs List supported JDKs
45+ --polyglot Enable Truffle Interoperability with GraalVM
46+ --mvn_single_threaded
47+ Run Maven in single-threaded mode
48+ --auto-deps Automatic download and use any missing dependencies
4649` ` `
4750
4851** NOTE** Select the desired backend:
0 commit comments