User Tools

Site Tools


build:compile_xvid_cvs

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
build:compile_xvid_cvs [2010/04/16 06:17]
j.m
build:compile_xvid_cvs [2012/11/11 08:51] (current)
Line 1: Line 1:
 ====== Compiling Xvid from CVS ====== ====== Compiling Xvid from CVS ======
  
-The latest development files for the Xvid codec are available for use from their CVS repository. This is a guide to downloading and installing their libraries. After completing the download and compilation you will have to recompile Avidemux. There is a guide available on how to [[Compile SVN|compile Avidemux ​from SVN (Subversion)]].+The latest development files for the Xvid codec are available for use from their CVS repository. This is a guide to downloading and installing their libraries. After completing the download and compilation you will have to recompile Avidemux. There is a guide available on how to [[Compiling Avidemux|compile Avidemux]].
  
 If packages become available for this program and libraries, feel free to edit this page to include instructions on how to use them. If packages become available for this program and libraries, feel free to edit this page to include instructions on how to use them.
  
-===== Compiling ​Xvid from the CVS repository ​===== +===== Download ​Xvid =====
- +
-==== Download Xvid ====+
  
 With the console, move to a directory where you want to download the files. Run this command line from the root console (with either su or sudo). With the console, move to a directory where you want to download the files. Run this command line from the root console (with either su or sudo).
Line 13: Line 11:
   cvs -d:​pserver:​anonymous@cvs.xvid.org:/​xvid co xvidcore   cvs -d:​pserver:​anonymous@cvs.xvid.org:/​xvid co xvidcore
  
-==== Removing old Xvid ====+===== Removing old Xvid =====
  
 If you have installed a development package of Xvid onto your system at any time, you should remove this before installing the CVS version. They may conflict or one might not be detected properly. To remove the files, you should use your distribution specific method of package or source removal. ​ If you have installed a development package of Xvid onto your system at any time, you should remove this before installing the CVS version. They may conflict or one might not be detected properly. To remove the files, you should use your distribution specific method of package or source removal. ​
  
-==== Compile and install ====+===== Compile and install ​=====
  
 Move to the directory where have downloaded the files. Run these command line from the root console (with either su or sudo). Move to the directory where have downloaded the files. Run these command line from the root console (with either su or sudo).
Line 24: Line 22:
   ./​bootstrap.sh   ./​bootstrap.sh
  
-//(Specify where Xvid should be installed using the --prefix=???​ option. This is only relevant if you are replacing a previously installed Xvid codec installation. You can usually find out by running the command '​locate libxvidcore.so'​. )//+//(Specify where Xvid should be installed using the <​nowiki>​--</​nowiki>​prefix=??? option. This is only relevant if you are replacing a previously installed Xvid codec installation. You can usually find out by running the command '​locate libxvidcore.so'​.)//​
  
   ./configure   ./configure
Line 32: Line 30:
 That finishes the install of Xvid from CVS onto your system. ​ That finishes the install of Xvid from CVS onto your system. ​
  
-==== Recompiling Avidemux ====+===== Recompiling Avidemux ​=====
  
-After you have downloaded and installed Xvid from source, then you need to recompile Avidemux with the new Xvid libraries. Check out the [[AvidemuxInstallCompileFromSVN|compiling ​Avidemux ​from SVN (Subversion)]].+After you have downloaded and installed Xvid from source, then you need to recompile Avidemux with the new Xvid libraries. Check out the [[Compiling Avidemux|Compiling ​Avidemux]] ​article.
  
 ===== Confirming the Xvid version ===== ===== Confirming the Xvid version =====
build/compile_xvid_cvs.1271391455.txt.gz · Last modified: 2012/11/11 08:51 (external edit)