I’m trying to install the Phidget22 libraries on Raspberry Pi 4 (1GB RAM) running Raspberry Pi OS (32-bit) but keep encountering issues. I’d appreciate any guidance to resolve this. Here’s what I’ve tried so far:
- Downloaded the libphidget22-1.15.20230616.tar.gz file from this page:
https://www.phidgets.com/downloads/phid ... phidget22/
- Transferred it to my Raspberry Pi and attempted to compile:
Code: Select all
tar -xzvf libphidget22-1.15.20230616.tar.gz
cd libphidget22-1.15.20230616
mkdir build && cd build
cmake ..
Code: Select all
CMake Error: The source directory does not appear to contain CMakeLists.txt
Code: Select all
sudo apt install libphidget22 libphidget22-dev
Code: Select all
E: Unable to locate package libphidget22
Thank you in advance for your help!