Compiling Yate with H323plus support
From Yate Documentation
(Difference between revisions)
(Created page with " ===Download Yate and H323plus=== * wget http://www.h323plus.org/source/download/ptlib-2.10.1.tar.bz2 * wget http://www.h323plus.org/source/download/h323plus-v1_23_0.tar.gz *...") |
(→Download Yate and H323plus) |
||
Line 4: | Line 4: | ||
* wget http://www.h323plus.org/source/download/ptlib-2.10.1.tar.bz2 | * wget http://www.h323plus.org/source/download/ptlib-2.10.1.tar.bz2 | ||
* wget http://www.h323plus.org/source/download/h323plus-v1_23_0.tar.gz | * wget http://www.h323plus.org/source/download/h323plus-v1_23_0.tar.gz | ||
− | * wget http://yate.null.ro/tarballs/yate4/yate-4. | + | * wget http://yate.null.ro/tarballs/yate4/yate-4.2.0-2.tar.gz |
====Unzip and compile PTlib==== | ====Unzip and compile PTlib==== |
Revision as of 16:46, 10 October 2012
Contents |
Download Yate and H323plus
- wget http://www.h323plus.org/source/download/ptlib-2.10.1.tar.bz2
- wget http://www.h323plus.org/source/download/h323plus-v1_23_0.tar.gz
- wget http://yate.null.ro/tarballs/yate4/yate-4.2.0-2.tar.gz
Unzip and compile PTlib
- 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.0.0-1.tar.gz
- cd yate
- ./configure --with-openh323=/usr/local/
- make && make install