Skip to content

Instantly share code, notes, and snippets.

@quocduongpy
Created October 6, 2018 06:50
Show Gist options
  • Save quocduongpy/f950c6de081953888545bcbe573ab120 to your computer and use it in GitHub Desktop.
Save quocduongpy/f950c6de081953888545bcbe573ab120 to your computer and use it in GitHub Desktop.
Install watchman
git clone https://github.com/facebook/watchman.git
cd watchman/
git checkout v4.9.0
sudo apt-get install -y autoconf automake build-essential python-dev libssl-dev libtool
./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