19 mar 2019
Como instalar o Watchman no Linux Fedora
Provavelmente quando você for dar o comando ./configure que é passado na instalação aparecerá alguns erros como:
checking for git... no checking for g++... no checking for c++... no checking for gpp... no checking for aCC... no checking for CC... no checking for cxx... no checking for cc++... no checking for cl.exe... no checking for FCC... no checking for KCC... no checking for RCC... no checking for xlC_r... no checking for xlC... no checking for C++ compiler default output file name... configure: error: C++ compiler cannot create executables See `config.log' for more details.
Para resolver instale:
sudo dnf install make automake gcc gcc-c++ kernel-devel sudo dnf groupinstall "Development Tools" "Development Libraries"