aboutsummaryrefslogtreecommitdiffstats
path: root/channels/h323/INSTALL.openh323
diff options
context:
space:
mode:
authorjeremy <jeremy@f38db490-d61c-443f-a65b-d21fe96a405b>2003-04-03 09:03:58 +0000
committerjeremy <jeremy@f38db490-d61c-443f-a65b-d21fe96a405b>2003-04-03 09:03:58 +0000
commita122fa63b02e7eeedeae1a86056bcc9c8f769f04 (patch)
treeef57c0fc0331460547e2be08f695d1ae4f60a128 /channels/h323/INSTALL.openh323
parent71f3d74862f2c639bd9bc446428c883b7d859677 (diff)
update with proper building information
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@743 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels/h323/INSTALL.openh323')
-rwxr-xr-xchannels/h323/INSTALL.openh32319
1 files changed, 5 insertions, 14 deletions
diff --git a/channels/h323/INSTALL.openh323 b/channels/h323/INSTALL.openh323
index c118d0a8d..848cc1bb4 100755
--- a/channels/h323/INSTALL.openh323
+++ b/channels/h323/INSTALL.openh323
@@ -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)
-> 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.
+http://www.openh323.org/build.html#unix
+You only need to do 'make opt' in both
+cases. Anything else you will be
+simply waisting time and HD space.