Skip to content

Commit

Permalink
fixes the qt5 issues reported in miek#40 and miek#60
Browse files Browse the repository at this point in the history
  • Loading branch information
saerdnaer committed Sep 11, 2016
1 parent 3a1f511 commit 1543274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ inspectrum is a tool for analysing captured signals, primarily from software-def
brew install qt5 fftw cmake pkg-config liquid-dsp
mkdir build
cd build
CMAKE_PREFIX_PATH=$(brew --prefix qt5)/lib/cmake cmake ..
CMAKE_PREFIX_PATH=$(brew --prefix qt5)/lib/cmake cmake .. -DCMAKE_CXX_FLAGS:STRING=-I/usr/local/opt/qt5/include ..
make install

## Building on OSX - Macports
Expand Down

0 comments on commit 1543274

Please sign in to comment.