Skip to content

Instantly share code, notes, and snippets.

@udomsak
Last active January 7, 2017 11:06
Show Gist options
  • Save udomsak/6b7a619696110895c6148af64684e7e7 to your computer and use it in GitHub Desktop.
Save udomsak/6b7a619696110895c6148af64684e7e7 to your computer and use it in GitHub Desktop.
build facebook watchman
# #Ubuntu Installation ##
apt-get install -y git build-essential automake python-dev make
git clone https://github.com/facebook/watchman.git
cd watchman
git checkout v4.7.0 # the latest stable release
./autogen.sh
./configure
make
make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment