File: README.centos

package info (click to toggle)
belle-sip 1.6.3-5
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,980 kB
  • sloc: ansic: 34,534; cs: 418; cpp: 353; makefile: 186; xml: 47; sh: 41; python: 41; objc: 38; ruby: 8
file content (27 lines) | stat: -rwxr-xr-x 846 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Belle-sip rpm can be built applying the following procedure:

centos6.4
***********

*antlr.jar*
Belle sip needs antlr.jar to generate parser code. A prebuilt jar is available from the antlr git and should be manually install using the following command:

        git clone -b linphone  git://git.linphone.org/antlr3
        sudo mkdir /usr/local/share/java
        sudo cp  antlr3/antlr-3.4-complete.jar  /usr/local/share/java/antlr.jar


*libantlr3c*
Belle sip uses libantlr3c version 3.2 or above. This dependency cannot be easely met on centos 6.4.
To manually build libantlr3c on a 64 bits system, checkout source code using:

        cd antlr3/runtime/C
        ./autogen.sh 
	./configure --disable-shared --enable-64bit --with-pic
        make
        sudo make install

Now, back to belle-sip
	./autogen.sh 
	./configure
        make rpm