= Compiling Veejay On Debian = To compile Veejay from source on Debian Sid (Unstable) systems, you will need the following packages: * gcc * g++ * nasm * libsdl1.2-dev * libxml++2.6-dev * libdirectfb-dev * libdv4-dev (>= 0.103) * libgtk2.0-dev * libglade2-dev * libjpeg62-dev * libjack0.80.0-dev * automake1.9 * autoconf * autoconf-archive * libtool * debhelper (>= 4.0.0) Use apt for downloading and installing the packages: {{{ $ sudo apt-get install gcc g++ nasm libsdl1.2-dev libxml++2.6-dev libdirectfb-dev libdv4-dev libgtk2.0-dev libglade2-dev libjpeg62-dev libjack0.80.0-dev automake1.9 autoconf autoconf-archive libtool debhelper }}} And follow the steps on HowtoCompilePage