Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

install watchman windows

choco install watchman
Comment

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
Comment

Watchman installation

$ sudo apt update
$ sudo apt install libssl-dev autoconf automake libtool python-setuptools python-dev
$ cd /usr/local/src
$ sudo git clone https://github.com/facebook/watchman.git
$ cd watchman
$ sudo git checkout v4.9.0  # the latest stable release
$ sudo ./autogen.sh
$ sudo ./configure
$ sudo make
$ sudo make install
$ watchman --version
$ echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p
Comment

install watchman windows

choco install watchman
Comment

PREVIOUS NEXT
Code Example
Shell :: how to remove remote ulr 
Shell :: powershell remove files recursive 
Shell :: bash message partial match 
Shell :: usb sound card not working ubuntu 
Shell :: saml2aws logout 
Shell :: git tls certificate verification has been disabled 
Shell :: how to update alias in linux 
Shell :: bun sh install 
Shell :: The requested URL was not found on this server. Apache/2.4.41 (Ubuntu) Server at Port 80 
Shell :: react native init 
Shell :: docker ps with ip 
Shell :: github action run shell script 
Shell :: switch to previous branch git 
Shell :: install pip 
Shell :: maven skip test 
Shell :: How to change tab size on GitHub? 
Shell :: bash wait until file exists 
Shell :: docker access denied 
Shell :: copy file from ssh to local 
Shell :: how to enable migration in package manager console 
Shell :: how to terminate lite server 
Shell :: add pg_config to path 
Shell :: git command line see logö 
Shell :: react native run android shows deprecated items 
Shell :: centos search file by name 
Shell :: ubuntu show git branch in terminal 
Shell :: archive linux 
Shell :: push empty git commit 
Shell :: git change remote branch name 
Shell :: evernote linux 
ADD CONTENT
Topic
Content
Source link
Name
4+3 =