wcomp-phidget

This is an old revision of the document!


WComp on Phidget's platforms

As on any 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 1072, 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

On Phidget 1073, you must not use the mono release 2.10.8 from Debian Wheezy distribution for ARM. There is a problem with this release on ARM architecture (don't know if it's on any ARM architecture or one the wait Debian compiled the project).

In order to install Mono on Phidget SDB 1073, you must use the mono release from the testing Debian repository.

  • 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.1414613188.txt.gz
  • Last modified: 2014/10/29 21:06
  • by Stéphane Lavirotte