Notes for compiling eXosip2 in Linux

Source: Internet
Author: User
Linux eXosip2 compilation notes-general Linux technology-Linux programming and kernel information. The following is a detailed description. Prepare the package
Libosip2-3.0.1.tar.gz

LibeXosip2-3.0.1.tar.gz

Put the two packages in the same directory

Compile osip2 first

Tar zxvf libosip2-3.0.1.tar.gz

Cd libosip2-3.0.1

./Configure

Make

Decompress eXosip2

Tar xzxvf libeXosip2-3.0.1.tar.gz

Copy header files and library files

Copy the osip header file and compiled library files (libosip2.a and libosipparser2.a) to the corresponding directory.

Cp-rf libosip2-3.0.1/include/osip2 libeXosip2-3.0.1/include/osip2

Cp-rf libosip2-3.0.1/include/osipparser2 libeXosip2-3.0.1/include/osipparser2

Cp libosip2-3.0.1/src/osip2/. libs/libosip2.a/usr/lib

Cp libosip2-3.0.1/src/osipparser2/. libs/libosipparser2.a/usr/lib

Compile eXosip2 again

Cd libeXosip2-3.0.1

./Configure

Make

The subsequent applications can use header files and compiled library files.

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.