Last active
April 4, 2022 08:53
-
-
Save markis/705f101a549f958d62546fb966caae42 to your computer and use it in GitHub Desktop.
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
sudo apt install -y autoconf automake build-essential python-dev libtool libssl-dev pkg-config | |
cd /tmp | |
git clone https://github.com/facebook/watchman.git -b v4.9.0 --depth 1 | |
cd watchman/ | |
./autogen.sh | |
./configure --enable-lenient | |
make | |
sudo make install |
Another way more easiest is sudo apt install watchman
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I updated the script with all the comments mentioned here, ie.
pkg-config
and--enable-lenient