Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Installing Phidget Driver

Linux: - To install Phidget libraries on your Linux system, the following steps must be performed.

  • Install libusb-1.0 development libraries (libusb-1.0-0-dev). This libraries can be installed from the source (http://www.libusb.org/) or if you are running a debian based  system you can simply run the command shown below    
Code Block
languagetext
themeEclipse
titleCommand to install USB Lib
linenumberstrue
sudo apt-get install libusb-1.0-0-dev
  • Download Phidget Libraries from this location 
Code Block
languagetext
titleDownload Link
linenumberstrue
http://www.phidgets.com/downloads/libraries/libphidget.tar.gz
  • Unpack the downloaded libraries using the command
Code Block
languagetext
titleUnpack command
linenumberstrue
tar -xzvf libphidget_2.X.X.XXXXXXXX.tar.gz
  • Then run the following commands to install Phidget libraries
Code Block
languagetext
titleUnpack command
linenumberstrue
cd libphidget-2.X.X.XXXXXXXX/
sudo ./configure
sudo make
sudo make install

Note: - For additional information and troubleshooting visit the following website

                                    (http://www.phidgets.com/docs/OS_-_Linux)