Last active
August 29, 2015 14:08
-
-
Save ideadapt/2e78c4f3ab8920218284 to your computer and use it in GitHub Desktop.
Install Facebook OSQuery on OSX Mavericks
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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