Recent Changes - Search:

Documents

Download

Building

Support

Wiki Stuff

edit SideBar

Building Opal on Unix (pre-Wolf)

Main.BuildOpalPreWolf History

Hide minor edits - Show changes to output

Changed lines 1-2 from:
(:title Building Opal on Unix:)
to:
(:title Building Opal on Unix (pre-Wolf) :)
Added lines 1-45:
(:title Building Opal on Unix:)

This page describes how to build Opal prior to revision 2.4.2 (Wolf). For information on building later releases of Opal, see [[BuildingOpalUnix|this page]]

!! Contents
# [[#Introduction|Introduction]]
# [[#Prerequisites|Prerequisites]]
# [[#Downloads|Download the Opal source code]]
# [[#Build|@@configure@@ and build]]

[[#Introduction]]
!!1. Introduction

Opal is built from source using @@make@@ and @@configure@@ in the same way as most other Unix programs.

[[#Prerequisites]]
!!2. Prerequisites

You will need the following:

* gcc 3.2.2 or later. Earlier versions of gcc may work, but are not maintained.

* A [[http://wiki.opalvoip.org/index.php?n=Main.BuildingPTLibUnix|compiled installation of PTLib]]

* A copy of the Opal source archive from the [[http://sourceforge.net/project/showfiles.php?group_id=204472|SourceForge download page]] or from [[http://wiki.opalvoip.org/index.php?n=Main.Subversion|Subversion]]

[[#Download]]
!!3. Download and install the Opal source code

Download and extract the Opal source code. For the purposes of this document, the directory that contains Opal will be indicated as ''installdir''/OPAL

[[#Build]]
!!4. @@configure@@ and build

To build the release (optimised) version of Opal, use the following commands:

--> @@cd@@ ''installdir''@@/OPAL@@
--> @@./configure@@
--> @@make opt@@

To build the debug version (includes debugging symbols) of Opal, use the following commands:

--> @@cd@@ ''installdir''@@/OPAL@@
--> @@./configure@@
--> @@make debug@@
Edit - History - Print - Recent Changes - Search
Page last modified on October 09, 2008, at 03:49 AM