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
At the make
step, I am getting the following error, which I assume means I cannot proceed with sudo make install
.
make all-am
make[1]: Entering directory '/home/jcovingt/watchman'
make[1]: *** No rule to make target 'thirdparty/tap.cpp', needed by
'thirdparty/libtap_a-tap.o'. Stop.
make[1]: Leaving directory '/home/jcovingt/watchman'
Makefile:869: recipe for target 'all' failed
make: *** [all] Error 2
tap.cpp
exist! – George Udosen Oct 12 '17 at 19:09