Skip to content

Instantly share code, notes, and snippets.

@slickplaid
Last active December 11, 2018 18:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save slickplaid/67f279f3fc9c18bf8b8e78165cb09fca to your computer and use it in GitHub Desktop.
Save slickplaid/67f279f3fc9c18bf8b8e78165cb09fca to your computer and use it in GitHub Desktop.
Install facebook/watchman on ChromeOS 72.0.3625.0 dev 64-bit pixel slate
sudo apt update
sudo apt install \
libtool \
m4 \
automake \
pkg-config \
libcrypto++-dev \
python-dev
git clone https://github.com/facebook/watchman.git
cd watchman
./autogen.sh
./configure
make -j4
sudo make install
cd ..
sudo rm -rfv watchman
echo "Done :)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment