- Node.js Web Development
- David Herron
- 72字
- 2021-06-25 21:54:00
Installing developer tools on macOS
Developer tools (such as GCC) are an optional installation on macOS. Fortunately, they're easy to acquire.
You start with Xcode, which is available for free through the Mac App Store. Simply search for Xcode and click on the Get button. Once you have Xcode installed, open a Terminal window and type the following:
$ xcode-select --install
This installs the Xcode command-line tools:
For additional information, visit http://osxdaily.com/2014/02/12/install-command-line-tools-mac-os-x/.
推薦閱讀
- Cocos2d Cross-Platform Game Development Cookbook(Second Edition)
- 流量的秘密:Google Analytics網站分析與優化技巧(第2版)
- 新一代通用視頻編碼H.266/VVC:原理、標準與實現
- 算法精粹:經典計算機科學問題的Java實現
- Python金融數據分析
- Hands-On C++ Game Animation Programming
- 網店設計看這本就夠了
- INSTANT Mercurial SCM Essentials How-to
- GameMaker Programming By Example
- HTML5入門經典
- 零基礎學單片機C語言程序設計
- ANSYS Fluent 二次開發指南
- 開源項目成功之道
- .NET Standard 2.0 Cookbook
- Hadoop大數據分析技術