Package requirements

    Wanpipe Voicetime requires a list of packages on your system prior to installed. The Setup script will check for those packages prior to installation. 
    Confirm that you have all the packages installed:


    Wanpipe Driver Minimum Requirements

    C developement tools ...(gcc)
    C++ developement tools
    Make utility
    Ncurses library
    Perl developement tools
    AWK
    FLEX
    Patch
    libtermcap-devel
    bison
    libtools
    autoconf
    automake

    Note: The following assumes your linux distribution uses "yum" or "apt" package managers, adjust to your distros package manager (for example Suse uses "yast").

    YUM packages - required for wanpipe drivers/modules:

    yum -y install make
    yum -y install ncurses
    yum -y install ncurses-devel
    yum -y install gcc*
    yum -y install awk*
    yum -y install flex
    yum -y install patch
    yum -y install libtermcap-devel
    yum -y install bison
    yum -y install libtool
    yum -y install autoconf
    yum -y install kernel-devel-$(uname -r)
    yum -y install automake

     

    APT-GET packages - required for wanpipe drivers/modules

    apt-get -y install build-essential
    apt-get -y install gcc
    apt-get -y install g++

    apt-get -y install automake
    apt-get -y install autoconf
    apt-get -y install libtool
    apt-get -y install make
    apt-get -y install libncurses5-dev
    apt-get -y install flex
    apt-get -y install bison
    apt-get -y install patch
    apt-get -y install libtool
    apt-get -y install linux-source-$(uname -r)
    apt-get -y install linux-headers-$(uname -r)

     

    Yast Packages - required for wanpipe drivers/modules

    yast -i kernel-pae-devel
    yast -i libtool
    yast -i gcc
    yast -i patch
    yast -i perl
    yast -i bison
    yast -i gcc-c++
    yast -i ncurses
    yast -i ncurses-devel
    yast -i flex
    yast -i compat-readline4
    yast -i termcap
    yast -i lksctp-tools-devel 
    yast -i autoconf
    yast -i automake
    yast -i libxml2