- Kotlin Programming By Example
- Iyanu Adelekan
- 125字
- 2021-08-27 20:00:05
SDKMAN!
This can be used to install packages on Unix-based systems such as Linux and its various distributions, for example, Fedora and Solaris. SDKMAN! can be installed in three easy steps:
- Download the software on to your system with curl. Locate your terminal and run:
curl -s "https://get.sdkman.io" | bash
- After you run the preceding command, a set of instructions will come up in your terminal. Follow these instructions to complete the installation. Upon completing the instructions, run:
source "$HOME/.sdkman/bin/sdkman-init.sh"
- Run the following:
sdk version
If the version number of SDKMAN! just installed is printed in your terminal window, the installation was successful.
Now that we have SDKMAN! successfully installed on our system, we can install the command-line compiler by running:
sdk install kotlin
推薦閱讀
- Django Design Patterns and Best Practices
- 云原生Spring實戰
- NativeScript for Angular Mobile Development
- SEO智慧
- Instant QlikView 11 Application Development
- 微信公眾平臺開發:從零基礎到ThinkPHP5高性能框架實踐
- Functional Kotlin
- 低代碼平臺開發實踐:基于React
- 軟件測試實用教程
- Visual Studio 2015高級編程(第6版)
- Julia 1.0 Programming Complete Reference Guide
- Python數據可視化之美:專業圖表繪制指南(全彩)
- Go語言入門經典
- Maven for Eclipse
- C# 7.1 and .NET Core 2.0:Modern Cross-Platform Development(Third Edition)