Changeset bcff0f227b560798e710f8ec27dd57632e9e82eb
- Timestamp:
- 03/21/08 20:23:46
(4 months ago)
- Author:
- Rafaël Carré <funman@videolan.org>
- git-committer:
- Rafaël Carré <funman@videolan.org> 1206127426 +0100
- git-parent:
[fd0cdccc7cf66bc0734889ce53f9c7d958774a9b]
- git-author:
- James Bond <jb007@gov.uk> 1206127426 +0100
- Message:
We are not using svn anymore
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r54b8548 |
rbcff0f2 |
|
| 15 | 15 | ____________ |
|---|
| 16 | 16 | |
|---|
| 17 | | You will need the following tools if you plan to use the SVN version 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 SVN tree, you need to run the bootstrap script to |
|---|
| | 25 | 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 SVN tree on an OS that provides these tools (such |
|---|
| | 31 | 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. |
|---|