On Sun, Jun 12, 2022 at 11:52:42AM -0700, Dan Crocker wrote: > Hi All, Hi Dan!
> Forewarning... Forewarning, the following is untested. > I'm a novice at all this. I am an engineer, but a hardware/system one. > I have very little experience with software and related tools. > > I'm attempting to add a driver for the Pico to Pulseview on OSX (12.4, > Monterey). I've managed to get the latest release of Pulseview to > build using the sigrok-native-macosx script (the homebrew approach > described here: > https://sigrok.org/wiki/Mac_OS_X > > I'm now attempting to follow these instructions: > https://github.com/pico-coder/sigrok-pico/blob/main/SigrokBuildNotes.md Skip steps 1 and 2. Do step 3 in the 'build' directory created by the sigrok-native-macosx script. Do step 4 and 5, skip the rest. - 'cd libsigrok/build && make' - 'PYPATH=$PREFIX/lib/python2.7/site-packages make install' Go into the sigrok-cli and PulseView build directories and use 'make; make install' (maybe a 'make clean' before). Done (I hope)! If this doesn't get you going, report back. Caveat: If you run the sigrok-native-macosx script again you have to add the driver again as this scripts removes the repo and clones it again. (You can make a version without this behaviour by removing lines 67-70, removing the 'git clone' and mkdir stuff.) > Dan Rene _______________________________________________ sigrok-devel mailing list sigrok-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/sigrok-devel