diff options
author | Chris Xiong <chirs241097@gmail.com> | 2017-06-02 21:12:27 +0800 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2017-06-02 21:12:27 +0800 |
commit | 37ba9dd1ce449bc2c2f422dd04225bc68bd89c59 (patch) | |
tree | ceecc9d6a28fc892a2a922771aefb4881b0e562a /INSTALL | |
parent | 844ddb2e0a6cdddf183ca3ecf08d1cedece27c71 (diff) | |
download | QMidiPlayer-37ba9dd1ce449bc2c2f422dd04225bc68bd89c59.tar.xz |
Some changes from earlier this year. Read ChangeLog for details.
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/INSTALL b/INSTALL deleted file mode 100644 index 631d26d..0000000 --- a/INSTALL +++ /dev/null @@ -1,12 +0,0 @@ -Use qmake or Qt Creator. - -Dependencies: -> libfluidsynth 1.1.4+, Qt5 and RtMidi. - -C++11 is required to build the project. Qt4 will not work without -several tweaks. - -To build the default visualization plugin, you need the latest SMELT, -which can be found [here](https://github.com/BearKidsTeam/SMELT). -Some dependencies in the project file are hard-coded paths. You may -have to modify them first. |