diff options
author | Chris Xiong <chirs241097@gmail.com> | 2023-11-26 01:10:36 -0500 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2023-11-26 01:10:36 -0500 |
commit | 60989e52b3f3bc0a95d3e61bd8e59fa4d9b7ab83 (patch) | |
tree | af08e5b6f7019c6f70bf3800a419ec78db140988 /INSTALL.md | |
parent | 382d85b15ce9cc4580a2522b39f5dd4ce43a24b0 (diff) | |
download | QMidiPlayer-60989e52b3f3bc0a95d3e61bd8e59fa4d9b7ab83.tar.xz |
The 2 year constipation. (mpris plugin)
Probably buggy as hell.
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -35,7 +35,7 @@ make cmake qt5 glfw3 glew devil zlib freetype fluidsynth ``` Proceed with normal instructions for Linux with tools replaced by those -provided by mxe. You have to build and install RtMidi yourself. +provided by mxe. You will have to build and install RtMidi yourself. At the moment there are some issues with mxe that may cause a build failure: @@ -48,3 +48,8 @@ build failure: FindGLEW.cmake and make sure the section for WIN32 makes sense. This list may change whenever mxe updates. You are on your own to figure them out. + +Another option is to use msys2. The build steps should resemble building on Linux a lot, just +remember to install dependencies for the correct toolchain. It is however not recommended to +use msys2 builds as release builds because the libraries provided by msys2 come with a sh*t +load of unnecessary features enabled for QMidiPlayer. |