This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
build:install_2.5 [2010/04/15 09:55] j.m |
build:install_2.5 [2012/11/11 08:51] (current) |
||
|---|---|---|---|
| Line 46: | Line 46: | ||
| libxv-dev \ | libxv-dev \ | ||
| libxml2-dev \ | libxml2-dev \ | ||
| - | libxvidcore4-dev \ | + | libxvidcore-dev \ |
| pkg-config \ | pkg-config \ | ||
| subversion | subversion | ||
| </code> | </code> | ||
| + | //Unless you use KDE 3 with aRts, you don't need libarts (**libarts1-dev**). It's obsolete (and therefore not available in the default repositories anymore).// | ||
| ==== Getting the source ==== | ==== Getting the source ==== | ||
| Line 63: | Line 64: | ||
| ===== Automatic compilation (recommended) ===== | ===== Automatic compilation (recommended) ===== | ||
| - | Starting with version 2.5.x Avidemux include a script designed to help automatically compile the source code. (This was done because Avidemux is moving towards a more modularized system, resulting in a more complex manual compile process. This script is designed to be simple and painless for everyone). | + | Starting with version 2.5.x Avidemux include a script designed to help automatically compile the source code. (This was done because Avidemux is moving towards a more modularized system, resulting in a more complex manual compile process. This script is designed to be simple and painless for everyone.) |
| On the command line, change directories into the folder location where you have extracted/downloaded the Avidemux source code. To use the auto-compile script, do the following in the terminal. | On the command line, change directories into the folder location where you have extracted/downloaded the Avidemux source code. To use the auto-compile script, do the following in the terminal. | ||
| Line 70: | Line 71: | ||
| The rest of the compilation should be automatic and fairly painless. | The rest of the compilation should be automatic and fairly painless. | ||
| - | |||
| ===== Manual compilation ===== | ===== Manual compilation ===== | ||
| Line 108: | Line 108: | ||
| * The paths used must be absolute. ../../xx/yy will not work | * The paths used must be absolute. ../../xx/yy will not work | ||
| + | * The AVIDEMUX_LIB_DIR is where avidemux libraries are. If omitted, the installPath/lib directory will be searched. Can be useful if you dont install libraries but want to build the plugins. | ||
| ===== Example Ubuntu manual compilation ===== | ===== Example Ubuntu manual compilation ===== | ||