Skip to content

Instantly share code, notes, and snippets.

@woss
Created September 20, 2015 06:40
Show Gist options
  • Save woss/ffea20da9d0b0452a47d to your computer and use it in GitHub Desktop.
Save woss/ffea20da9d0b0452a47d to your computer and use it in GitHub Desktop.
install lsyncd mac 10.11
brew update
brew install lsyncd
// if Error: lsyncd does not define resource "xnu"
// vi /usr/local/Library/Formula/lsyncd.rb
// add to xnu_headers -- "10.11" => ["xnu-2782.1.97.tar.gz", "c99cf8ec04c29d40b771652241dd325e4977d92b"],
// run brew install lsyncd again
sudo mkdir /var/log/lsyncd
sudo touch /var/log/lsyncd/lsyncd.{log,status}
sudo mkdir /etc/lsyncd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment