-
Notifications
You must be signed in to change notification settings - Fork 3
Install build tools (CentOS)
Joe Wollard edited this page Feb 24, 2014
·
4 revisions
Previous: Creating Users & Groups
We need git
in order to checkout Mandrill's code, but more importantly, Mandrill can use git
to help manage your munki repository. We'll also need things like make
and libxml2
. Fortunately, CentOS's Development Tools
group provides all of these items.
sudo yum groupinstall "Development Tools"
Next: Install NodeJS