From 1ebd942a88e45adfea7c3813676d3f9f050a9e34 Mon Sep 17 00:00:00 2001 From: Jeremy McNamara Date: Fri, 29 Apr 2005 04:30:51 +0000 Subject: 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 --- channels/h323/README | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'channels/h323/README') 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 -- cgit v1.2.3