1
0
Fork 0
freesewing/markdown/dev/tutorials/getting-started-mac/installing-xcode/en.md
2022-02-20 14:35:50 +01:00

447 B

title order
Installing the Xcode command line tools 10

Before we can get started, we need some basic tools for development. They are bundled in the Xcode command-line tools so let's install that first.

Open the Terminal application, and type the following command:

xcode-select --install

A popup will appear asking you to confirm the installation. Confirm, and go make a cup of coffee while the install does its thing.