phidget22 install on Debian for JavaScript only
Posted: Thu Feb 01, 2018 9:33 am
there is a procedure documented in https://www.phidgets.com/docs/OS_-_Linu ... _Downloads with final step:
apt-get install
Can somebody explain what is the purpose of each module:
do I really need libphidget22java? I will not use Java. Is there a dependency on this module to run JavaScript?
what else I do NOT need to run JavaScript:
apt-get install
- libphidget22
libphidget22-dev
phidget22networkserver
libphidget22java
phidget22admin
Can somebody explain what is the purpose of each module:
- libphidget22
libphidget22-dev
phidget22networkserver
libphidget22java
phidget22admin
do I really need libphidget22java? I will not use Java. Is there a dependency on this module to run JavaScript?
what else I do NOT need to run JavaScript:
Code: Select all
const jPhidget22 = require('phidget22');