OpenHantek6022 is a DSO software for Hantek USB digital signal oscilloscopes 6022BE / BL. Development OS is Debian Linux, but the program also works on FreeBSD, MacOS, RaspberryPi and Windows. No support for non-Linux related issues unless a volunteer steps in!
Describe the bug
The build instructions fails o the current version of homebrew on macOS, because the directories in the following step do not exist:
# 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
However, I find I am able to get it to work just fine without the symlink.
The following would seem to be the updated way to get a similar link, but I'm not sure it's needed:
Describe the bug The build instructions fails o the current version of homebrew on macOS, because the directories in the following step do not exist:
However, I find I am able to get it to work just fine without the symlink.
The following would seem to be the updated way to get a similar link, but I'm not sure it's needed:
(also note the
sudo
is missing from themkdir
line in the present build instructions)Computer environment: