You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Long ago I bought a Hantek DSO-5200 USB device and used it in a Windows environment, but I changed over to Mac, and was looking for a Hantek Mac 'viewer'. I came across OpenHantek and it appears what the doctor ordered, but I don't know how to make the custom build on my Mac form GitHub.
I installed brew, because one can't update what's not installed.
I then followed these steps as per the documentation:
Apple MacOSX
We recommend homebrew to install the required libraries.
brew update brew install libusb fftw qt5 cmake;
After you've installed the requirements run the following commands inside the directory of this package {I run step 3 and amended the path}:
mkdir build cd build cmake ../ -DCMAKE_PREFIX_PATH=/usr/local/Cellar/qt/5.15.0 make -j2
Please adjust the path to Qt5. You can find the path with the command:
brew info qt5
However, when I run the command in sep 2 I get the following:
CMake Error: The source directory "/Users/hc" does not appear to contain CMakeLists.txt.
As I am new to GitHub and Terminal, I'm totally lost.
I would really appreciate pointers in right direction.
The text was updated successfully, but these errors were encountered:
Long ago I bought a Hantek DSO-5200 USB device and used it in a Windows environment, but I changed over to Mac, and was looking for a Hantek Mac 'viewer'. I came across OpenHantek and it appears what the doctor ordered, but I don't know how to make the custom build on my Mac form GitHub.
I installed brew, because one can't update what's not installed.
I then followed these steps as per the documentation:
Apple MacOSX
We recommend homebrew to install the required libraries.
brew update brew install libusb fftw qt5 cmake;
After you've installed the requirements run the following commands inside the directory of this package {I run step 3 and amended the path}:
mkdir build cd build cmake ../ -DCMAKE_PREFIX_PATH=/usr/local/Cellar/qt/5.15.0 make -j2
Please adjust the path to Qt5. You can find the path with the command:
brew info qt5
However, when I run the command in sep 2 I get the following:
CMake Error: The source directory "/Users/hc" does not appear to contain CMakeLists.txt.
As I am new to GitHub and Terminal, I'm totally lost.
I would really appreciate pointers in right direction.
The text was updated successfully, but these errors were encountered: