Recent Changes - Search:

Documents

Download

Building

Support

Wiki Stuff

edit SideBar

Building Opal on Unix (pre-Wolf)

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

Contents

  1. Introduction
  2. Prerequisites
  3. Download the Opal source code
  4. configure and build

1. Introduction

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

2. Prerequisites

You will need the following:

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

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