add_protobuf.sh 83 B

12345678
  1. #!/bin/bash
  2. ./autogen.sh
  3. ./configure
  4. make -j8
  5. sudo make install -j8
  6. sudo ldconfig