
pkg-config appears to be missing (not available to autoconf tools) please install the pkg-config package for your system.
bash: ./configure: No such file or directory
答え1
pkg-config をインストールします。
sudo apt install pkg-config
問題が解決した場合は完了です。それ以外の場合は手順 2 に進みます。
Watchmanをインストールします。
sudo apt install -y libssl-dev autoconf automake libtool build-essential python-dev cd $HOME git clone https://github.com/facebook/watchman.git -b v4.9.0 --depth 1 cd watchman ./autogen.sh ./configure make sudo make install