From 5596e0901db0f4aaf309a97ac42ecca266d855c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikael=20Degerf=C3=A4lt?= Date: Fri, 21 Jun 2019 18:53:04 +0200 Subject: [PATCH] Added info on how to get the required submodules --- simulation/readme.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/simulation/readme.md b/simulation/readme.md index ec60418..a07c2cc 100644 --- a/simulation/readme.md +++ b/simulation/readme.md @@ -2,12 +2,15 @@ This is a simple SDL2 based simulator that runs the NuEVI firmware compiled for MacOS. This is for testing the menu and is not supposed to produce any midi events. + ### Requirements * The Filters library must be installed in ~/Documents/Arduino/libraries/Filters. * SDL2 must be installed on your machine. * You probably need to have XCode and XCodes command line tools installed as well. +[Dear Imgui](https://github.com/ocornut/imgui) is pulled in as an git submodule. Run `git submoudule init` and `git submodule update` to get the code. The code is tested with tag v1.70 of ImGui, so if you run into problems make sure that is the checked out version. + ### Know limitations