MAVS can be built from source on both Windows and Linux/Unix systems.
Cloning the MAVS Repo
The steps for cloning MAVS are the same on both Windows and Linux/Unix. First clone the MAVS repo and name it "mavs". On Linux systems, it is recommended that you install MAVS in your home directory.
cd ~
git clone --recursive https://github.com/Mississippi-State-University-OTM/MAVS.git mavs
MAVS has multiple dependencies configured as git submodules, so you must include the recursive command.
With the tools installed and the repo cloned, follow the instructions for: