- Kotlin Programming By Example
- Iyanu Adelekan
- 133字
- 2021-08-27 20:00:04
Homebrew
Homebrew is a package manager for the macOS systems. It is used extensively for the installation of packages required for building software projects. To install Homebrew, locate your macOS terminal and run:
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
You will have to wait a few seconds for the download and installation of Homebrew. After installation, check to see whether Homebrew is working properly by running the following command in your terminal:
brew -v
If the current version of Homebrew installed on your computer is printed out in the terminal, Homebrew has been successfully installed on your computer.
After properly installing Homebrew, locate your terminal and execute the following command:
brew install kotlin
Wait for the installation to finish, after which you are ready to compile Kotlin programs with the command-line compiler.
- Vue.js設計與實現
- Objective-C應用開發全程實錄
- x86匯編語言:從實模式到保護模式(第2版)
- HTML5游戲開發案例教程
- Android開發案例教程與項目實戰(在線實驗+在線自測)
- BIM概論及Revit精講
- Getting Started with Greenplum for Big Data Analytics
- Visual FoxPro程序設計習題集及實驗指導(第四版)
- LabVIEW虛擬儀器入門與測控應用100例
- Spring Boot+MVC實戰指南
- Web性能實戰
- Python編程:從入門到實踐(第3版)
- Deep Learning with R Cookbook
- Mastering VMware Horizon 7(Second Edition)
- Clojure Polymorphism