From 9c1e9e86626f514d682e0bba595d853b1d3cd371 Mon Sep 17 00:00:00 2001 From: Martin Date: Tue, 5 Mar 2024 09:51:43 +0100 Subject: [PATCH] fix #399 - update macos build instructions, hack nedded no more Signed-off-by: Martin --- CHANGELOG | 1 + docs/build.md | 4 ---- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 1526817e..3507cafd 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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) diff --git a/docs/build.md b/docs/build.md index 196ebd21..70ab38f2 100644 --- a/docs/build.md +++ b/docs/build.md @@ -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: