Compile osip2 and eXosip2 static library, get it done in one article!

osip2 download address:

Index of /gnu/osip

eXosip2 download address:

Index of /releases/exosip/ (nongnu.org)

Compile osip2:

1. Unzip

2. Create a build folder

mkdir build

3. Go to the build directory and run

../configure --build=arm-linux --enable-static

4. Make executes and compiles osip2

make

Compile eXosip2:

1. Unzip

2. Create a build folder

mkdir build

3. Go to the build directory and run

../configure --build=arm-linux --enable-static

4. Make executes and compiles osip2

make

Prompt error:

 Add osipparser2/ and osip2/ recompile

Guess you like

Origin blog.csdn.net/Lemon_D1999/article/details/130149535