devsisters / goquic

QUIC support for Go
http://devsisters.github.io/goquic/
BSD 3-Clause "New" or "Revised" License
944 stars 100 forks source link

Build_libs.sh build problems #29

Open AlinaGlavan opened 8 years ago

AlinaGlavan commented 8 years ago

Hello! I am getting this output when compiling ./build_libs.sh GOARCH: amd64 GOOS: linux OPTION:

and it does nothing more. Thanks.

hodduc commented 8 years ago

Your environment should be able to build https://github.com/devsisters/libquic , so you may have to install cmake, ninja or make, gcc and g++, and so on. Could you check it please? I will add this requirement to README.md.