Blame view

3rdparty/libexosip2-5.3.0/help/INSTALL.linux 370 Bytes
73ef4ff3   Hu Chunming   提交三方库
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
  
  Common Install process for linux/UNIX.
  
  1: compile/install libosip first.
  
    $> tar -xvzf libosip2-x.x.x.tar.gz
    $> CFLAGS="-I/usr/local/include/" ../configure
    $> make
    $> make install      (as root...)
  
  2: compile/install eXosip
  
    $> tar -xvzf libeXosip2-x.x.x.tar.gz
    $> CFLAGS="-I/usr/local/include/" ../configure
    $> make
    $> make install      (as root...)