Changeset bcff0f227b560798e710f8ec27dd57632e9e82eb for HACKING
- Timestamp:
- 03/21/08 20:23:46 (4 months ago)
- git-parent:
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
HACKING
r54b8548 rbcff0f2 15 15 ____________ 16 16 17 You will need the following tools if you plan to use the SVNversion of vlc:17 You will need the following tools if you plan to use the GIT version of vlc: 18 18 19 19 - Autoconf version 2.60 or later … … 23 23 - libgcrypt 1.2 (or compatible) 24 24 25 After retrieving the SVNtree, you need to run the bootstrap script to25 After retrieving the GIT tree, you need to run the bootstrap script to 26 26 generate all the files needed to build vlc. You can then run configure. 27 27 Run ./configure --help for a description of the available options. … … 29 29 If you do not have the correct version of these tools, or if they are 30 30 simply not available for the operating system you plan to develop on, 31 you can check out a SVNtree on an OS that provides these tools (such31 you can check out a GIT tree on an OS that provides these tools (such 32 32 as a recent Linux distribution), run bootstrap, and then copy the whole 33 33 tree to your retarded OS.
