- Kotlin Programming By Example
- Iyanu Adelekan
- 78字
- 2021-08-27 20:00:05
MacPorts
Similar to HomeBrew, MacPorts is a package manager for macOS. Installing MacPorts is easy. It can be installed on a system by:
- Installing Xcode and the Xcode command-line tools.
- Agreeing to the Xcode license. This can be done in the terminal by running xcodebuild -license.
- Installing the required version of MacPorts.
MacPort versions can be downloaded from https://www.macports.org/install.php.
Once downloaded, locate your terminal and run port install kotlin as the superuser:
sudo port install kotlin
推薦閱讀
- Functional Python Programming
- Spring 5企業級開發實戰
- Learn Swift by Building Applications
- 程序員修煉之道:通向務實的最高境界(第2版)
- Learning FuelPHP for Effective PHP Development
- Go語言精進之路:從新手到高手的編程思想、方法和技巧(1)
- HTML5 APP開發從入門到精通(微課精編版)
- Java網絡編程實戰
- Learning Material Design
- App Inventor少兒趣味編程動手做
- Practical GIS
- 一覽眾山小:ASP.NET Web開發修行實錄
- Enterprise Application Architecture with .NET Core
- Learning Redis
- Java程序設計