Installing¶
install-module
¶
Installs the given module, and writes all version directories so they can be loaded.
Example
premake5 install-module <vendor>/<name>
premake5 install-module <vendor> <name>
Note
If the module already exists, it gets updated in stead.
install-package
¶
Run all the installer scripts of the current package, and its dependencies.
Example
premake5 install-package
Note
Since this executes third-party lua scripts, your permissions is asked.
To avoid this you can enable the --allow-install
flag to accept all installs.
install-zpm
¶
Installs ZPM and premake5 in your path.
Example
premake5 install-zpm
Note
This command should not be called manually.