Introduction
These are the libraries needed to build and run the project. To install a library with the name
<library_name>
execute the following in a shell:
sudo apt-get install <library_name>
If you know the name of the application you want to install, but don't know the exact package name, run the following:
apt-cache search <keyword in application name>
Confirmed Dependencies
You need to have these dependencies installed to build and run the project.
| Dependency Name | Dependency Version(s) |
| g++ | 4.1.2 |
| gcc | 4.1.2 |
| build-essential | 11.3 |
| gdb | 6.6 |
| make | 3.81-3 |
| subversion | 1.4.3 |
| libgtk2.0-dev | ? |
| libpcre3-dev | ? |
To do white balancing, install Camorama Webcam Viewer (camorama 0.19-2)
Unconfirmed Dependencies
If you have confirmed a dependency in this list is essential, please move it to the known list.
Probable Dependencies
| Dependency Name | Dependency Version(s) |
| pkg-config | 0.21 |
| linux-headers-generic | 2.6.20.16.28.1 |
| linux-headers-2.6.20-16 | 2.6.20-16.35 |
| linux-headers-2.6.20-16-generic | 2.6.20-16.35 |
| autotools-dev | 20060920 |
| autoconf | 2.61-3 |
| binutils | 2.17 |
| binutils-static | 2.17 |
| automake1.9 | 1.9.6 |
Pretty Damn Unlikely Dependencies
| Dependency Name | Dependency Version(s) |
| libgnomevfs2-common | 2.18.1 |
| mesa-common-dev | 6.5.2-3 |
| debhelper | 5.0.42 |
| libbeecrypt6 | 4.1.2-6 |
| libbonobo2-common | 2.18.0 |
| linux-libc-dev | 2.6.20-16.35 |
| linux-headers-2.6.20-15 | 2.6.20-15.27 |
| linux-headers-2.6.20-15-generic | 2.6.20-15.27 |
| mcpp | 2.6.2 |
| libsasl2-modules | 2.1.22 |
| bsh | 2.0b4 |
| diffstat | 1.43-2 |
| libtool | 1.5.22-4 |
| mono-gac | 1.2.3.1 |
| po-debconf | 1.0.8 |
| dbus | 1.0.2-1 |
| quilt | 0.45-6 |
| intltool-debian | 0.35.0 |
| gettext | 0.16.1 |
| devhelp | 0.13.2 |
| devhelp-common | 0.13.2 |
| desktop-file-utils | 0.12 |
| libndesk-dbus1.0-cil | 0.4.2-1 |
| libndesk-dbus-glib1.0-cil | 0.3 |
after installation of the confirmed dependencies and running make, it asked me for libpme. http://xaxxon.slackworks.com/pme/
After reinstalling a fresh UBUNTU 8.04, updating its original package and installing confirmed dependencies, I found that libpme is not needed!....weird!