Update instructions

main
Thor 1 year ago
parent 5824e5d2e2
commit 8d91674463
  1. 15
      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
```
Loading…
Cancel
Save