Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Building CAST

Nick edited this page Mar 16, 2020 · 3 revisions

Pre-Building

CORAL build configurator

Look at: scripts/configure.pl. Run help: -h. Read and understand. This will help you set up and configure your CAST build. It will help you understand what is going on in the build steps below.

Building

RPM Build

Run the following:

  1. ./scripts/configure.pl --parallel --rpmbuild
  2. . SETUP.sh
  3. rebuild package noinstall

Work Directory Dev Build

  1. ./scripts/configure.pl --parallel
  2. . SETUP.sh
  3. build
Clone this wiki locally