mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-17 15:29:05 +00:00
update with proper building information
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@743 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1,16 +1,7 @@
|
|||||||
Here are some basic instructions how to download and compile the code from openh323.org CVS and how to install chan_h323. You must be logged as root.
|
To build Open H.323 see:
|
||||||
|
|
||||||
> cd /root (Notice that pwlib has it hardcoded to compile from /root)
|
http://www.openh323.org/build.html#unix
|
||||||
> export CVSROOT=:pserver:openh323@cvs.openh323.org:/home/cvsroot
|
|
||||||
> cvs login (password is openh323)
|
|
||||||
> cvs checkout openh323 pwlib ptlib_unix
|
|
||||||
> cd pwlib; make all install
|
|
||||||
> cd ../openh323; make all install
|
|
||||||
> echo /usr/local/lib >> /etc/ld.so.conf
|
|
||||||
> ldconfig
|
|
||||||
> cd /usr/src/asterisk/channels/h323
|
|
||||||
> make install
|
|
||||||
> make samples
|
|
||||||
|
|
||||||
Now you have to edit the /etc/asterisk/h323.conf config file.
|
|
||||||
|
|
||||||
|
You only need to do 'make opt' in both
|
||||||
|
cases. Anything else you will be
|
||||||
|
simply waisting time and HD space.
|
||||||
|
|||||||
Reference in New Issue
Block a user