Skip to content

Commit f4dd3d3

Browse files
committed
Fix trunk/README to specify Qt5
`qmake -qt4` results in a binary linked to both qt4 and qt5, which segfaults on startup.
1 parent 33bb84b commit f4dd3d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

trunk/README

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
######### 1. Prerequisite ##########################################################################
77

88
The following libraries are required (the name may vary depending on your system):
9-
- qt (libqt4-dev / qt4-devel)
9+
- qt (libqt5-dev / qt5-devel) (also libqt5svg5-dev)
1010
- alsa (libasound2-dev / alsa-lib-devel)
1111
- jack (libjack-jack2-dev / jack-audio-connection-kit-devel)
1212
- portaudio (portaudio19-dev / portaudio-devel)
@@ -21,7 +21,7 @@ Use your package manager to install them: synaptic, yum,...
2121

2222
######### 2. Build #################################################################################
2323

24-
Run "qmake && make" (or qmake-qt4 && make) in the root directory to compile the project. An
24+
Run "qmake -qt5 && make" (or qmake-qt5 && make) in the root directory to compile the project. An
2525
executable file "polyphone" in the directory "RELEASE" should then appear if everything went right.
2626

2727
Note: If you are using QT Creator, the project may be opened via its .pro file present in the root

0 commit comments

Comments
 (0)