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
Clone the repository:
git clone https://github.com/csrc-sdsu/mole.git
cd mole
Build the library:
make