Blame view

3rdparty/libosip2-5.3.0/help/INSTALL.linuxe 327 Bytes
73ef4ff3   Hu Chunming   提交三方库
1
2
3
4
5
6
7
8
9
10
11
12
13
  Install process for linux embedded
  ----------------------------------
  
  The latest osip release tested on embedded linux was 3.0.1
  The target was an arm processor.
  
  
  $> ./configure --build=i686-pc-linux-gnu \
                 --host=arm-linux \
                 --target=arm-linux \
                 --prefix=/arm/usr/local
  
  $> make