Getting Started

This guide will help you get started with MOLE.

Installation

Prerequisites

  • C++17 compatible compiler

  • CMake 3.10 or higher

  • MATLAB (optional, for MATLAB API)

Building from Source

  1. Clone the repository:

git clone https://github.com/csrc-sdsu/mole.git
cd mole
  1. Build the library:

make