Installation
At this time, releases are published to Github.
| Download v0.0.6 | ||
|---|---|---|
ktpack-linux.zip |
ktpack-macos.zip |
ktpack-windows.zip |
macOS
$ curl https://github.com/DrewCarlson/Ktpack/releases/download/v0.0.6/ktpack-macos.zip -o ktpack-macos.zip
$ unzip ktpack-macos.zip && cd ktpack-macos
$ ktpack version
Ktpack version 0.0.6
Windows
- Download the Windows release above.
- Extract the
ktpack-windows.zipto your system, for exampleC:\Program Files\ktpack-windows\ktpack.exe. - Add to your system
PATH: Start menu, search "environment", click "Environment Variables...".
It is recommended you use the Terminal application for the best experience.
Linux
$ curl https://github.com/DrewCarlson/Ktpack/releases/download/v0.0.6/ktpack-linux.zip -o ktpack-linux.zip
$ unzip ktpack-linux.zip && cd ktpack-linux
$ ktpack version
Ktpack version 0.0.6
Environment Setup
Ktpack manages all the necessary tools required to build your projects.
You can get started quickly with the ktpack setup command, this will check your environment for existing tools and
install any that are missing.
New machines will install a version of the JDK, Kotlin Compilers (Jvm/Native), and Nodejs. Note that additional tool versions may be installed depending on package requirements and all versions can be individually managed.