summaryrefslogtreecommitdiff
path: root/channels/h323/README
diff options
context:
space:
mode:
authorJeremy McNamara <jj@nufone.net>2005-04-29 04:30:51 +0000
committerJeremy McNamara <jj@nufone.net>2005-04-29 04:30:51 +0000
commit1ebd942a88e45adfea7c3813676d3f9f050a9e34 (patch)
treeb9d31cbbe83b742dab48acc818b1e1fe8a6ffe9f /channels/h323/README
parent45f7567d7000cccc7b2fa7335c624003f63fae44 (diff)
Rework astersk make process to be compatable with the Open H.323 build process. Bug #3981
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5527 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channels/h323/README')
-rwxr-xr-xchannels/h323/README10
1 files changed, 5 insertions, 5 deletions
diff --git a/channels/h323/README b/channels/h323/README
index 2f8c23d7e..794ba2d44 100755
--- a/channels/h323/README
+++ b/channels/h323/README
@@ -19,10 +19,10 @@ your distro did not install them for you without your knowledge.
To compile this code
--------------------
-Once PWLib and Open H.323 have been compiled per their specific build
-instructions, issue a make in the asterisk/channels/h323 directory,
-then go back to the Asterisk source top level directory and issue a make
-install.
+Once PWLib and Open H.323 have been compiled per their specific build
+instructions, issue a make in the asterisk/channels/h323 directory with
+argument used to build PWLib and OpenH323 (for example, make opt), then go
+back to the Asterisk source top level directory and issue a make install.
The most common compile error
@@ -45,7 +45,7 @@ cd /path/to/openh323
./configure
make clean opt
cd /path/to/asterisk/channels/h323
-make
+make opt
cd /path/to/asterisk
make install