1. Go to the Root path in ubuntu terminal
cd ~
2. Configure Repo to download watchman
git clone https://github.com/facebook/watchman.git
3. redirect path watchman directory
cd watchman/
4. checkout repo
git checkout v4.7.0
5. configure libraries using terminal
sudo apt-get install -y autoconf automake build-essential python-dev
6. install
1. ./autogen.sh
2. ./configure
3. make
4. sudo apt-get install make
OR
sudo make install
5. check watchman version using terminal
watchman --version
Last active
October 10, 2017 08:00
-
-
Save RidaRidss/e46c4f60b96f428ecaa5d6ac01c29901 to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment