Skip to content

Instantly share code, notes, and snippets.

@ishan-marikar
Forked from markis/install-watchman-ubuntu.sh
Created February 15, 2018 17:38
Show Gist options
  • Save ishan-marikar/b2d7cd6cc59d3f08f0be850cdcd12971 to your computer and use it in GitHub Desktop.
Save ishan-marikar/b2d7cd6cc59d3f08f0be850cdcd12971 to your computer and use it in GitHub Desktop.
cd /tmp
git clone https://github.com/facebook/watchman.git
cd watchman/
git checkout v4.7.0
sudo apt-get install -y autoconf automake build-essential python-dev libtool libssl-dev
./autogen.sh
./configure
make
sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment