Last active
January 7, 2017 11:06
-
-
Save udomsak/6b7a619696110895c6148af64684e7e7 to your computer and use it in GitHub Desktop.
build facebook watchman
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# #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