Skip to content

Instantly share code, notes, and snippets.

@ideadapt
Last active August 29, 2015 14:08
Show Gist options
  • Save ideadapt/2e78c4f3ab8920218284 to your computer and use it in GitHub Desktop.
Save ideadapt/2e78c4f3ab8920218284 to your computer and use it in GitHub Desktop.
Install Facebook OSQuery on OSX Mavericks
# prerequisites: python, git, brew, cmake
git clone --resursive https://github.com/facebook/osquery.git
cd osquery
sudo easy_install pip
brew install doxygen
make deps
make
chmod -R o+w build/darwin // if make fails with permission error
sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment