Quand je cours : $ ./autogen.sh && ./configure && make
Il revient : your system lacks libtoolize
Mesures que j'ai prises :
-
Gardien de clone
$ git clone https:gitbub.com/facebook/watchman.git $ cd watchman/
-
Consultez la nouvelle version.
$ git checkout v4.9.0
-
Installer un gardien
$ sudo apt-get install -y autoconf automake build-essential python-dev
-
Construire
$ ./autogen.sh && ./configure && make
Comment résoudre le problème : your system lacks libtoolize
?