Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

watchman installation

cd ~
git clone https://github.com/facebook/watchman.git
cd watchman/
git checkout v4.9.0
sudo apt install -y autoconf automake build-essential python-dev 
sudo apt install libtool
./autogen.sh
sudo apt install pkg-config
./autogen.sh
./configure --without-python --without-pcre --enable-lenient
make 
sudo make install
watchman --version
Source by medium.com #
 
PREVIOUS NEXT
Tagged: #watchman #installation
ADD COMMENT
Topic
Name
5+4 =