bayonne-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bayonne-devel] patch for bayonne/INSTALL


From: Erik Enge
Subject: [Bayonne-devel] patch for bayonne/INSTALL
Date: Fri, 18 Jul 2003 10:18:32 -0400
User-agent: Gnus/5.1002 (Gnus v5.10.2) XEmacs/21.4 (Rational FORTRAN, linux)

Index: INSTALL
===================================================================
RCS file: /cvsroot/bayonne/bayonne/INSTALL,v
retrieving revision 1.6
diff -c -r1.6 INSTALL
*** INSTALL     9 Apr 2003 14:00:11 -0000       1.6
--- INSTALL     18 Jul 2003 14:16:04 -0000
***************
*** 16,35 ****
  For The Impatient
  =================
  
! There are a lot of dependencies, so if you are patient, it is far
  better to skip this section and read the rest of this file instead.
  If you absolutely do not have time to read this file, then the
  following might work for you:
  
! Make sure you have a machine with perl, c++, and libxml (and Lis streams if
! you are using Dialogic stuff).  Then get the latest source for:
! CommonC++, ccaudio, ccscript, ccrtp, and Bayonne.
  
  rm -rf /usr/local/lib/libcc*
  rm -rf /usr/local/include/cc++
  export PATH=$PATH:/usr/local/bin
  export PATH=$PATH:/usr/local/sbin
! cd CommonC++-<tab>
  ./configure && make install
  cd ../ccaudio-<tab>
  ./configure && make install
--- 16,37 ----
  For The Impatient
  =================
  
!    There are a lot of dependencies, so if you are patient, it is far
  better to skip this section and read the rest of this file instead.
  If you absolutely do not have time to read this file, then the
  following might work for you:
  
!    Make sure you have a machine with perl, c++, and libxml (and Lis
! streams if you are using Dialogic stuff).  If you are running Red Hat
! you will also need to install libxml2-devel or add '--without-xml' to
! your ./configure.  Then get the latest source for: commoncpp2,
! ccaudio, ccscript, ccrtp, and Bayonne.
  
  rm -rf /usr/local/lib/libcc*
  rm -rf /usr/local/include/cc++
  export PATH=$PATH:/usr/local/bin
  export PATH=$PATH:/usr/local/sbin
! cd commoncpp2-<tab>
  ./configure && make install
  cd ../ccaudio-<tab>
  ./configure && make install
***************
*** 38,44 ****
  cd ../ccrtp-<tab>
  ./configure && make install
  ldconfig
! cd ../Bayonne-<tab>
  ./configure --without-perl && make install
  bayonne --trace
  
--- 40,46 ----
  cd ../ccrtp-<tab>
  ./configure && make install
  ldconfig
! cd ../bayonne-<tab>
  ./configure --without-perl && make install
  bayonne --trace
  
***************
*** 69,86 ****
  
        libxml:
        ftp://ftp.gnome.org/pub/gnome/sources/libxml2/2.4/libxml2-2.4.30.tar.gz
!       CommonC++:
!         ftp://ftp.gnu.org/gnu/commonc++/commoncpp2-1.0.9.tar.gz
        ccaudio:
!         ftp://ftp.gnu.org/gnu/ccaudio/ccaudio-1.0.6.tar.gz
        ccscript:
!         ftp://ftp.gnu.org/gnu/ccscript/ccscript-2.5.0.tar.gz
        Bayonne:
!         ftp://ftp.gnu.org/gnu/bayonne/bayonne-1.1.11.tar.gz
  
        Before you can actually do anything with Bayonne, you will
  need a driver for a supported telephony device installed and tested.
! The supported telephony devices as of this writing are:
  
        Phonedev: any card that uses the /dev/phone interface, i.e. quicknet 
        Pika: www.pika.ca 
--- 71,90 ----
  
        libxml:
        ftp://ftp.gnome.org/pub/gnome/sources/libxml2/2.4/libxml2-2.4.30.tar.gz
!       commoncpp2:
!         ftp://ftp.gnu.org/gnu/commoncpp2/commoncpp2-1.0.12.tar.gz
        ccaudio:
!         ftp://ftp.gnu.org/gnu/ccaudio/ccaudio-1.0.7.tar.gz
        ccscript:
!         ftp://ftp.gnu.org/gnu/ccscript/ccscript-2.5.4.tar.gz
        Bayonne:
!         ftp://ftp.gnu.org/gnu/bayonne/bayonne-1.2.6.tar.gz
  
        Before you can actually do anything with Bayonne, you will
  need a driver for a supported telephony device installed and tested.
! If lieu of an actual telephony device, you can use a soundcard and the
! dummy driver to debug/test/play with.  The supported telephony devices
! as of this writing are: 
  
        Phonedev: any card that uses the /dev/phone interface, i.e. quicknet 
        Pika: www.pika.ca 
***************
*** 108,114 ****
        Once you have the pre-requisites out of the way, you MUST consider the
  configure options as described below.
  
!       By default, Bayonne will attempt to build and install all of
  the telephony servers supported in the distribution.  Since most often
  only a specific set of servers is required to support the vendor
  telephony hardware you have available, there are ways to select and
--- 112,118 ----
        Once you have the pre-requisites out of the way, you MUST consider the
  configure options as described below.
  
!       By default, Bayonne will attempt to build and install all of
  the telephony servers supported in the distribution.  Since most often
  only a specific set of servers is required to support the vendor
  telephony hardware you have available, there are ways to select and
***************
*** 119,135 ****
        The "--without-pika" option removes all Pika Monte Carlo related
          modules and libraries from the build tree.
  
!         The "--without-phonedev" option removes all GNU/Linux
          /dev/phone support.
  
!         If you do not have embedded perl installed, you must use
          "--without-perl".
   
!         If you do not have the Voicetronix driver installed, you must use
          "--without-vpb".
  
  
!         A typical configuration command if you just have a quicknet card: 
  ./configure --without-vpb --without-perl --without-pika --without-dialogic
  
        After Bayonne configures, just run "make" to compile the
--- 123,139 ----
        The "--without-pika" option removes all Pika Monte Carlo related
          modules and libraries from the build tree.
  
!    The "--without-phonedev" option removes all GNU/Linux
          /dev/phone support.
  
!     If you do not have embedded perl installed, you must use
          "--without-perl".
   
!     If you do not have the Voicetronix driver installed, you must use
          "--without-vpb".
  
  
!     A typical configuration command if you just have a quicknet card: 
  ./configure --without-vpb --without-perl --without-pika --without-dialogic
  
        After Bayonne configures, just run "make" to compile the
***************
*** 138,144 ****
  Configuring and Testing Bayonne
  ===============================
  
! Please NOTE: the ./bayonne --test is performed only once after the
  make step in the bayonne untar directory.  The --test option is used to
  make sure you are on track before you perform the make install step.
  After make install you will want to use
--- 142,148 ----
  Configuring and Testing Bayonne
  ===============================
  
!    Please NOTE: the ./bayonne --test is performed only once after the
  make step in the bayonne untar directory.  The --test option is used to
  make sure you are on track before you perform the make install step.
  After make install you will want to use





reply via email to

[Prev in Thread] Current Thread [Next in Thread]