The compiling method of Libquic

Source: Internet
Author: User
Tags curl quic

From the GitHub, clone the latest version of the Libquic, placed under the specified folder directory, such as/root/webstream/quic/libquic-master under.

# cd/root/webstream/quic/libquic-master #
mkdir build/#
CD build/
# CMake.
# Make-j 4

The LIBQUIC.A can be generated in the/root/webstream/quic/libquic-master/build directory.

In the process of performing cmake, protobuf and go environments are required. Accompanying instructions

Installation method of Protobuf

https://github.com/google/protobuf/releases Download source code, extract to/root/webstream/quic/protobuf-3.4.1 directory

# cd/root/webstream/quic/protobuf-3.4.1 #
/autogen.sh #
/configure--prefix=/root/webstream/quic/ Protobuf
# make
# make check
# make install
# Ldconfig

In the process of autogen, we need curl and Libtool, download the installation directly with Apt-get

Apt-get Install Curl
apt-get install autoconf apt-get install libtool apt-get install Libsysfs-dev


So in/root/webstream/quic/protobuf, complete protobuf compilation, need to configure the environment path.

#vim/etc/profile

export ld_library_path= $LD _library_path:/usr/local/protobuf/lib
export library_path=$ Library_path:/usr/local/protobuf/lib
export path= $PATH:/usr/local/protobuf/bin

: Wq
#source/etc/ Profle

Test the installation of PROTOBUF

Protoc--version

Add a word, Google's Open source tools, serialization is basically protobuf to do, and can continue to use, can be well saved.

///////////////////////////////////////////////////////////////////////////////

Go installation method

Apt-get Install Software-properties-common
apt-get install python-software-properties
Ppa:gophers/go
apt-get Update
apt-get install golang-go Git-core Mercurial
Here you can temporarily not configure Gopath.


Protobuf and go configuration complete, can cmake Libquic.

The build directory is below/root/webstream/quic/libquic-master/build. In the Build/boringssl directory, there are LIBSSL.A, libcrypto.a.

For further use, you can refer to

Quic toy client and server Goquic C + + code


Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.