- 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.
- Implementing VMware Horizon 7(Second Edition)
- 程序設計與實踐(VB.NET)
- UI智能化與前端智能化:工程技術、實現方法與編程思想
- 深入淺出Android Jetpack
- 3D少兒游戲編程(原書第2版)
- PHP 7+MySQL 8動態網站開發從入門到精通(視頻教學版)
- 編程菜鳥學Python數據分析
- Java Web開發就該這樣學
- 硬件產品設計與開發:從原型到交付
- 零基礎學HTML+CSS
- Arduino電子設計實戰指南:零基礎篇
- Puppet:Mastering Infrastructure Automation
- Java高并發編程詳解:深入理解并發核心庫
- C#程序設計基礎入門教程
- HTML5游戲開發實戰