2002-08-27 22:15:24 +08:00
|
|
|
$Id: HACKING,v 1.4 2002/08/27 14:15:24 sam Exp $
|
2002-08-26 07:18:05 +08:00
|
|
|
|
|
|
|
Hacking vlc
|
|
|
|
===========
|
|
|
|
|
|
|
|
You will need the following tools if you plan to use the CVS version of vlc:
|
|
|
|
|
2002-08-27 04:49:50 +08:00
|
|
|
- autoconf version 2.50 or later
|
2002-08-27 22:15:24 +08:00
|
|
|
- automake version 1.5 (but 1.6 is recommended)
|
|
|
|
- gettext version 0.10.40 (but 0.11.3 or later is recommended)
|
2002-08-26 07:18:05 +08:00
|
|
|
|
|
|
|
After retrieving the CVS tree, you need to run the bootstrap script to
|
|
|
|
generate all the files needed to build vlc. You can then run configure.
|
|
|
|
|
|
|
|
If you do not have the correct version of these tools, or if they are
|
|
|
|
simply not available for the operating system you plan to develop on,
|
|
|
|
you can check out a CVS tree on an OS that provides these tools (such
|
|
|
|
as a recent Linux distribution), run bootstrap, and then copy the whole
|
|
|
|
tree to your retarded OS.
|
|
|
|
|