From 8d9167446348af4383849e29d42aace34a345124 Mon Sep 17 00:00:00 2001 From: Thor Harald Johansen Date: Fri, 7 Apr 2023 21:48:00 +0200 Subject: [PATCH] Update instructions --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..9c70a9e --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# Synth + +## Introduction + +Build files are generated for various C++ compilers using CMake. For VS Code, you want CMake Tools and a supported compiler. + +## Dependencies + +PortAudio and PortMidi are included as Git submodules that need to be fetched before building: + +``` +git submodule init +git submodule update +``` +