User Tools

Site Tools


build:install_2.6

This is an old revision of the document!


Compiling Avidemux 2.6.x

Avidemux 2.6 is made of 3 components :

  • The core modules : A set of dynamic libraries hosting core components.
  • The application modules : Gtk, Qt4 and Cli variants.
  • The plug-in modules : Everything is a module in 2.6, so without plugins you cant do anything. The plugins either belong to the common part (they work with all UIs) or specific part (they only work with one).

The simple way

Please look at the bootStrap.sh script
that compiles, installs and builds automatically .deb package for avidemux 2.6.

It is a good base to compile avidemux 2.6.
Please note it is ubuntu/debian oriented

Ubuntu Jaunty requirement list

For core modules

sudo apt-get install libxml2-dev gcc g++ make cmake pkg-config libpng12-dev fakeroot

For Gtk

sudo apt-get install libgtk2.0-dev libglade2-dev

For QT4

sudo apt-get install libqt4-dev
build/install_2.6.1270918005.txt.gz · Last modified: 2012/11/11 08:51 (external edit)