- 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
推薦閱讀
- 深度學習經典案例解析:基于MATLAB
- 摩登創客:與智能手機和平板電腦共舞
- 算法精粹:經典計算機科學問題的Java實現
- 計算機應用基礎實踐教程
- Python High Performance Programming
- Spring MVC+MyBatis開發從入門到項目實踐(超值版)
- Lift Application Development Cookbook
- C編程技巧:117個問題解決方案示例
- OpenCV with Python Blueprints
- Mockito Essentials
- OpenCV Android開發實戰
- Unity Android Game Development by Example Beginner's Guide
- 大話代碼架構:項目實戰版
- C語言王者歸來
- H5頁面設計與制作(全彩慕課版·第2版)