Building and Installing

Build

With make and gcc installed, clone the official repository first. Navigate into the directory CORE, and run the following:

make

The binary core is created. A directory build is created containing intermediate object files used during the build process.

Install

Install CORE manually by copying the binary CORE/core into the appropriate directory (usually /usr/local/bin or /usr/bin).