You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,24 +8,24 @@ Please see that page for information on running and using Hairless Midiserial, a
8
8
9
9
(Note again, prebuilt versions *are available for download* at the above URL.)
10
10
11
-
Hairless uses git submodules for library dependencies, so you should use "git clone --recursive URL" when cloning from github. Alternatively, you can run `git submodule update --init` in order to fetch the submodules to an already-cloned directory.
11
+
Hairless uses git submodules for library dependencies, so you should use `git clone --recursive URL` when cloning from Github. Alternatively, you can run `git submodule update --init` in order to fetch the submodules to an already-cloned directory.
12
12
13
13
Hairless Midiserial Bridge release 0.4 was built with Qt 4.7.3. It's also been built and run under Qt 4.7.4 & 4.8.6. Newer Qt version 5.0 will probably require code changes in order to compile and/or run.
14
14
15
15
The Qt package should contain all dependencies, the graphical IDE "Qt Creator" or the program "qmake" can be used to compile the project hairless-midiserial.pro.
16
16
17
-
On Windows I recommend building with the [MingGW compiler](http://www.mingw.org/), Visual Studio has not been tested. Neither the MinGW site nor Qt's new owners Digia still distribute older MinGW builds, and MinGW 4.7 is too new for precompiled Qt 4.7.x, so it can be a bit hard to find a prebuilt combination that work. Recently I downloaded mingw-static-4.4.5-all.7z from [this Google Code project](https://code.google.com/p/qp-gcc/downloads/list), and can confirm that works.
17
+
On Windows I recommend building with the [MingGW compiler](http://www.mingw.org/), Visual Studio has not been tested. Neither the MinGW site nor Qt's new owners Digia still distribute older MinGW builds, and MinGW 4.7 is too new for precompiled Qt 4.7.x, so it can be a bit hard to find a prebuilt combination that work. Recently I downloaded `mingw-static-4.4.5-all.7z` from [this Google Code project](https://code.google.com/p/qp-gcc/downloads/list), and can confirm that works.
18
18
19
19
(For the Windows release builds I actually [cross-build under Linux using wine, as described here](http://projectgus.com/2011/09/developing-qt-apps-for-windows-using-linux-wine/).)
20
20
21
21
# Libraries
22
22
23
-
*[qextserialport](https://code.google.com/p/qextserialport/) is hosted on github and is linked into the source tree as a git submodule.
23
+
*[qextserialport](https://code.google.com/p/qextserialport/) is hosted on Github and is linked into the source tree as a git submodule.
24
24
25
-
*[The RtMidi library](https://github.com/thestk/rtmidi) is hosted on github and is linked into the source tree as a git submodule.
25
+
*[The RtMidi library](https://github.com/thestk/rtmidi) is hosted on Github and is linked into the source tree as a git submodule.
26
26
27
27
Both libraries are small so they compiled as source files directly into Hairless Bridge, not linked as libraries.
28
28
29
29
# Release builds
30
30
31
-
The official releases are static linked, so they've actually been built against Qt versions that were compiled from source, configured with "-static" for static linking.
31
+
The official releases are static linked, so they've actually been built against Qt versions that were compiled from source, configured with `-static` for static linking.
0 commit comments