Opal-3.10.10

Introduction to Opal

The Opal package contains a C++ class library for normalising the numerous telephony protocols into a single integrated call model.

This package is known to build and work properly using an LFS-7.8 platform.

Package Information

Additional Downloads

Opal Dependencies

Required

Ptlib-2.10.10

Optional

Celt, FFmpeg-2.7.2, GSM, ISDN4Linux, libtheora-1.1.1, OpenJDK-1.8.0.60, Ruby-2.2.3, Spandsp, Speex-1.2rc2, and x264-20150908-2245

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/opal

Installation of Opal

Install Opal by running the following commands:

patch -Np1 -i ../opal-3.10.10-ffmpeg2-1.patch &&

./configure --prefix=/usr &&
make

This package does not come with a test suite.

Now, as the root user:

make install &&
chmod -v 644 /usr/lib/libopal_s.a

Contents

Installed Programs: None
Installed Libraries: libopal.so and libopal_s.a
Installed Directories: /usr/include/opal and /usr/lib/opal-3.10.10

Short Descriptions

libopal.so

contains the Opal API functions.

Last updated on 2015-09-20 19:26:37 -0700