-
Notifications
You must be signed in to change notification settings - Fork 144
Development setup for Mac OS X
-
In the Terminal, type
xcode-select --install. -
The output on Command Line will be:
xcode-select: note: install requested for command line developer tools. -
A dialogue box should appear to confirm your installation. Click install.
-
To verify that you have installed Xcode Command Line Tools properly, type
xcode-select -p. -
It should output:
/Applications/Xcode.app/Contents/Developer(El Capitan) or/Library/Developer/CommandLineTools(Yosemite). -
If you do not already have it, download the GitHub Desktop app and sign into it.
-
Just to the left of the "Download Zip" button, click the button with a picture of a screen with a down arrow. Its tooltip says "Save patternfly/patternfly-toolkit to your computer and use it in GitHub Desktop." The GitHub Desktop app should open.
-
Click the Clone button that appears in the GitHub Desktop app.
-
Return to the patternfly-toolkit page and follow the Development Setup Directions
Notes:
- You do not need to install Ruby as it is already installed.
- Prefix all
npmandgemcommands withsudo(e.g.,sudo npm install -g bower).