Skip to content

Commit

Permalink
add compiling instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
kumikohime committed Dec 27, 2021
1 parent 0ab6135 commit c3a2e06
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c3a2e06

Please sign in to comment.