wcomp-phidget

This is an old revision of the document!


WComp on Phidget SBC 107x

As on Linux platform, WComp needs Mono to execute C# code. The phidget packages' repository contains Mono, so we will install this in order to use WComp.

In order to install Mono on Phidget SBC 107x, do the following:

  • Update the system installed on your platform. After being loggued as super user (root), you must upgrade it using:
apt-get update; apt-get dist-upgrade
  • Go to the web interface of your platform and go to System / Packages and check Include Full Debian Repository and Save Changes. Then Refresh Available Packages and Upgrade All Packages. Your system is now uptodate.
  • Install the mono environment:
apt-get install mono-runtime mono-gmcs libmono-system-web2.0-cil
  • Enable phidget for .NET environment
apt-get install libphidget21-dev
apt-get install wget unzip
wget http://www.phidgets.com/downloads/libraries/Phidget21-windevel_2.1.8.20121015.zip
unzip Phidget21-windevel_2.1.8.20121015.zip
gacutil -i phidget21-windevel/Phidget21.NET.dll
ln -s /usr/lib/mono/gac/Phidget21.NET/*/* /usr/lib/mono/2.0/Phidget21.NET.dll
  • Unzip SharpWCompContainer where you want, to be able to us it.
  • wcomp-phidget.1386086455.txt.gz
  • Last modified: 2013/12/03 17:00
  • by Stéphane Lavirotte