From b21f97f416cea5d9d86e3b28bd797b42491fc5a9 Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Sun, 17 Apr 2016 23:26:47 +0800 Subject: Documentation... --- doc/miscellaneous.html | 72 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 doc/miscellaneous.html (limited to 'doc/miscellaneous.html') diff --git a/doc/miscellaneous.html b/doc/miscellaneous.html new file mode 100644 index 0000000..defcbf4 --- /dev/null +++ b/doc/miscellaneous.html @@ -0,0 +1,72 @@ + + + +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! +

+

Contact the author

+

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

+
+ + \ No newline at end of file -- cgit v1.2.3