Blame view

3rdparty/gb28181_3rd/libosip2-5.3.0/help/INSTALL.linuxe 327 Bytes
5792f910   Hu Chunming   28181 三方库
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