Skip to content

Instantly share code, notes, and snippets.

@bulutmf
Forked from markis/install-watchman-ubuntu.sh
Created September 21, 2018 14:13
Show Gist options
  • Save bulutmf/f50110c8ecc3f27265b0b5b07e17cf5a to your computer and use it in GitHub Desktop.
Save bulutmf/f50110c8ecc3f27265b0b5b07e17cf5a 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