Hello, I am getting an error that the autogen.sh is not found after I clone the directory. I have these setup instructions. Is there something that I am missing?
sudo apt-get install autoconf automake libtool curl make g++ unzip git clone https://github.com/protocolbuffers/protobuf.git cd protobuf git submodule update --init --recursive ./autogen.sh ./configure sudo make sudo make check sudo make install sudo ldconfig # refresh shared library cache -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/protobuf/501cfbdc-05f5-4288-a8d7-ac181e00a3c6n%40googlegroups.com.
