I am trying to use this github code in github shell, but the message
./configure is not recognized as the name of a cmdlet
$ git clone [email protected]:jedisct1/libsodium.git
$ ( cd libsodium && \
./configure --prefix="/usr/local" --disable-ssp --disable-pie \
--disable-silent-rules && \
make && make check && sudo make install && make clean )
what to do to solve this problem?
Check out do you have installed [autogen], [autoconf] and [libtool] packages.
I had same error while I was trying to figure out how to compile htmlcxx on Windows using MinGW and running
autoreconf -i`
before "./configure" helped me with this issue.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With