Skip to content

Instantly share code, notes, and snippets.

View dustinmm80's full-sized avatar

Dustin Collins dustinmm80

  • Kansas City, MO
View GitHub Profile
@jvanderhoof
jvanderhoof / Conjur-Cyberark-Developer-Setup.md
Last active July 23, 2017 08:33
Quick overview of setting up an OSX develop laptop

CyberArk Developer Setup (OSX)

This includes a potential list of applications and libraries to get a new developer setup on OSX

XCode Setup

XCode provides a core set of build tools required for building a variety of projects. It should be installed first. To install, simply open a new shell (Applications/Utilities/Terminal) and run the following:

$ sudo xcode-select --install