Skip to content

Commit

Permalink
fix #399 - update macos build instructions, hack nedded no more
Browse files Browse the repository at this point in the history
Signed-off-by: Martin <[email protected]>
  • Loading branch information
Ho-Ro committed Mar 5, 2024
1 parent 3ac5c3a commit 9c1e9e8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
2024-02-24 (3ac5c3a): fw refactoring - no functional change
2024-02-23 (ad43d3b): Merge branch 'wakass-main' - Instrustar 205X support #394
2024-02-23 (5531981): small fw update - functional change
2024-02-19 (b8fb40b): Instrustar 205X support (PR #394)
Expand Down
4 changes: 0 additions & 4 deletions docs/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,10 +133,6 @@ We recommend homebrew to install the required libraries.
git submodule update --init --recursive
brew update
brew install libusb fftw qt5 cmake binutils create-dmg
# the next two commands (hack from @warpme) fix #314
mkdir -p /usr/local/opt/qt5/lib/libgcc_s.1.1.dylib.framework
ln -sf /usr/local/opt/gcc/lib/gcc/11/libgcc_s.1.1.dylib \
/usr/local/opt/qt5/lib/libgcc_s.1.1.dylib.framework/libgcc_s.1.1.dylib

If you want to build an OSX bundle make sure the option in `openhantek/CMakeLists.txt` is set accordingly:

Expand Down

0 comments on commit 9c1e9e8

Please sign in to comment.