From c3a2e068797d8088c280488334ae47695d8824a9 Mon Sep 17 00:00:00 2001 From: kumikohime <76047673+kumikohime@users.noreply.github.com> Date: Mon, 27 Dec 2021 09:17:32 +0800 Subject: [PATCH] add compiling instructions --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index bd1a6f3..a19b670 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,15 @@ __Currently only the Midi Out interface is supported.__ 2. Copy the folder somewhere in your godot project. +# Compiling + +1. Clone the repo. + +2. Use scons to build ``scons platform=windows/linux/osx`` +Note: you might need to build rtmidi yourself if compiling for windows/osx +``cd rtmidi && ./autogen.sh && make`` +In a future update this will be addressed. + # Usage 1. Refer to the RtMidiOut Class Interface