LOGIN

How to compile handbrake from source

handbrake

This is a how to compile handbrake from source in ubuntu 11.10/12.04 and 12.10 since the handbrake ppa is updated for 13.04 there is no need to compile it, but, we still will compile it for that geeky feel, when seing code pass by in the gnome-terminal :)

copy paste the code below in your gnome-terminal. or copy paste it in your favorite text-editor (gedit bluefish) safe it, go to the properties of the file and then, enabled it to run as executable:

Run it. Typ your password, and watch it compile and install. - The commands below will install dependencies, and after that compile handbrake - depending on your system processor, ram, this may take a while(it took me about 50 minutes) cool

  1. sudo apt-get install bzr subversion yasm build-essential autoconf libtool zlib1g-dev libbz2-dev libfribidi-dev intltool libglib2.0-dev libdbus-glib-1-dev libgtk2.0-dev libgudev-1.0-dev libwebkit-dev libnotify-dev libgstreamer0.10-dev libgstreamer-plugins-base0.10-dev
  2. bzr branch lp:handbrake
  3. cd handbrake
  4. ./configure
  5. cd ./build
  6. make
  7. sudo make install

License: CC BY-SA 4.0 EuroBytes | EuroBytes theme by | This website uses cookies. By using this website, you agree to its use of cookies. Information: Privacy, Terms Of Use.