Skip to content

Instantly share code, notes, and snippets.

@imesh
Last active August 22, 2016 13:57
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save imesh/7388505 to your computer and use it in GitHub Desktop.
Save imesh/7388505 to your computer and use it in GitHub Desktop.
Build HAProxy on OSX
# Install Xcode/Preferences/Downloads/Command Line Tools, this will install make for OSX
# Download HAProxy source (tar.gz) bundle.
make ARCH=x86_64 and TARGET=darwin
make install
# Once the installation is complete haproxy executable could be found at: /usr/local/sbin/haproxy
@jpluscplusm
Copy link

The "and" in the first make command isn't needed :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment