No installation needed. Use wxMidi source files as part of your application source code. wxMidi is just two source files and one header file. Copy them to your application source tree, and compile them with your code.
Obviously you will also require the portmidi library and you will have to modify your application makefile or project build file to link with this library.
In Linux, portmidi ia normally already installed in your system.
In MS Windows the situation is just the contrary: unless another package has already installed portmidi, you have great chances to have to install it. For your convenience, I have included the portmidi libraries I am using on my machine, so that you could avoid having to download and build them.
After downloading and unzipping you will find the following directories and content:
| Directory | Contents | |
|---|---|---|
| build/msw | makefiles and project files for compiling the sample application using MS VisualStudio .NET 2003 | |
| build/gtk | makefiles and project files for compiling the sample application using Code::Blocks IDE | |
| build/msvc-e2010 | makefiles and project files for compiling the sample application using MS VisualC++ Express 2010 | |
| samples/midisound | source files the sample application | |
| src | source and include files for wxMidi | |
| portmidi | prebuild pormidi libraries for MS Windows | |
| locale | .po and .mo files with current translations | |
| doc | documentation |
Last updated: 2011/12/08