From 9d3c8c0e6e1a7ba43bf3dc19350d1dca68b657a3 Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Sun, 10 Feb 2019 11:16:07 +0800 Subject: Initial commit. --- QMidiPlayer/doc/miscellaneous.html | 87 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 87 insertions(+) create mode 100644 QMidiPlayer/doc/miscellaneous.html (limited to 'QMidiPlayer/doc/miscellaneous.html') diff --git a/QMidiPlayer/doc/miscellaneous.html b/QMidiPlayer/doc/miscellaneous.html new file mode 100644 index 0000000..d8e90c3 --- /dev/null +++ b/QMidiPlayer/doc/miscellaneous.html @@ -0,0 +1,87 @@ + + + +QMidiPlayer Help + + + +
+ +
+
+ +

Building QMidiPlayer from source

+ Building QMidiPlayer from source is as easy as any other qmake projects.
+ 1. Get the dependencies.
+ Currently QMidiPlayer depends on these libraries:
+
qt5, libfluidsynth(FluidSynth), librtmidi(RtMidi)
+ If you want to build the lite version as well, you need several QML core modules.
+ Get the libraries for your platform, open the project with Qt Creator, configure and hit Build! + (You may also use the qmake-make way).
+ Please note that QMidiPlayer requires C++11 to build. +

Roadmap/Milestones

+ +

FAQs

+

0. (Windows version) It complains about a missing dll!

+

+ Please download and install + Visual Studio 2015 Runtime Library. +

+

1. Can I help translate this program?

+

+ Of course! Please make a pull request or contact me. +

+

2. I have found a bug in this program. Where to report the bug?

+

+ Please use the + github issue tracker. Don't forget to check if the bug has already been + fixed in a newer version! +

+

3. On what platform(s) do you develop this project?

+

+ Major platforms used: +

+ Platforms for building the Windows version: + +

+

Contact the author

+

+ E-mail: chirs241097 'at' gmail 'dot' com
+ Twitter: @chirs241097 +

+
+ + -- cgit v1.2.3