Please be patient…

The source code is not yet ready to be released for easy building.

But you can have a look at the code in the Subversion Repository or download it and try building it yourself:

First, make sure you have the needed prerequisites for building, on Ubuntu these can be installed like this, other distributions may use similiar names.

# echo "deb http://unicap-imaging.org/packages gutsy main contrib" \
| >> /etc/apt/sources.list
# apt-get update
# apt-get install libcommoncpp2-dev libcv-dev freeglut-dev \
| libglpng-dev libgstreamer0.10-dev libunicap-dev \
| libglew1.4-dev

Unicap is used to access the camera and not yet available in the official repositories. So it needs to be added manually. Alternatively you can get the packages here and install them manually.

Finally, you can check out the source and build it:

$ mkdir multitouch
$ cd multitouch
$ svn co https://multitouch.svn.sourceforge.net/svnroot/multitouch .
$ make

If any problems arise, please let me know on the mailing list or file a bug!

Here, $ stands for the plain shell, # is the root-shell. You can usually enter it through su, sudo su or sudo -s and exit it with, well, exit