Appendix F — Build and Developer Resources

F.1 Download of Binaries and Clone of Repository

Version / source code Linux binary package macOS binary package Manual Source code documentation Release notes
OPAL development n.a. n.a. HTML HTML n.a.
OPAL 2024.1.0 HTML Release notes 2024.1
OPAL 2022.1.0 tar.xz tar.xz (x86_64), tar.xz (M1) HTML Release notes 2022.1
OPAL 2021.1.0 tar.xz tar.xz (x86_64) HTML Release notes 2021.1

Instead of downloading a source tarball, you can clone the full repository with:

git clone https://github.com/OPALX-project/OPAL.git

Or clone a specific branch or tag with:

git clone --single-branch --depth 1 --branch BRANCH_OR_TAG https://github.com/OPALX-project/OPAL.git [DIR]

For older releases, see the OPAL GitHub releases page.

F.2 Compiling

For OPAL, the standard build instructions are:

F.3 Developer Resources

For OPAL, the linked developer resources are:

F.4 Source Repositories and Issue Trackers

The main source repositories and issue trackers are: