I followed the instructions given in the draft:
$ sudo apt-get install autoconf libtool
$ git clone https://github.com/pellegre/libcrafter
$ cd libcrafter/libcrafter
$ ./autogen.sh
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
$ make
$ sudo make install
$ sudo ldconfig
When run autogen.sh the next problem is appeared. How to solve it?
michael_k@tekoia-Vostro-3560 ~/CPP/libcrafter/libcrafter $ ./autogen.sh
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal ${ACLOCAL_FLAGS} --output=aclocal.m4t
sh: 1: aclocal: not found
autoreconf: aclocal failed with exit status: 127
michael_k@tekoia-Vostro-3560 ~/CPP/libcrafter/libcrafter $
Regards,
Michael Kanzieper
Original issue reported on code.google.com by michael....@gmail.com on 18 May 2015 at 11:28
Original issue reported on code.google.com by
michael....@gmail.com
on 18 May 2015 at 11:28