Compiling Yate with H323plus support

From Yate Documentation
(Difference between revisions)
Jump to: navigation, search
(Download Yate and H323plus)
Line 8: Line 8:
 
====Unzip and compile PTlib====
 
====Unzip and compile PTlib====
  
 +
* cd /usr/src/
 
* tar xvfj ptlib-2.10.1.tar.bz2
 
* tar xvfj ptlib-2.10.1.tar.bz2
 
* cd ptlib-2.10.1
 
* cd ptlib-2.10.1
Line 28: Line 29:
 
* ./configure --with-openh323=/usr/local/
 
* ./configure --with-openh323=/usr/local/
 
* make && make install
 
* make && make install
 +
 +
Add manually /usr/local/lib to /etc/ld.so.conf and run ldconfig (as root).

Revision as of 11:52, 5 November 2012

Contents

Download Yate and H323plus

Unzip and compile PTlib

  • cd /usr/src/
  • tar xvfj ptlib-2.10.1.tar.bz2
  • cd ptlib-2.10.1
  • ./configure
  • make && make install
  • cd ..

Unzip and compile H323plus

  • tar xvfz h323plus-v1_23_0.tar.gz
  • cd h323plus
  • ./configure
  • make && make install
  • cd ..

Unzip and compile Yate

  • tar xvfz yate-4.2.0-2.tar.gz
  • cd yate
  • ./configure --with-openh323=/usr/local/
  • make && make install

Add manually /usr/local/lib to /etc/ld.so.conf and run ldconfig (as root).

Personal tools
Namespaces

Variants
Actions
Preface
Configuration
Administrators
Developers