Changeset 099251acbcc26f833b19ac00685a2ac98800e807
- Timestamp:
- 09/23/04 14:42:42
(4 years ago)
- Author:
- Derk-Jan Hartman <hartman@videolan.org>
- git-committer:
- Derk-Jan Hartman <hartman@videolan.org> 1095943362 +0000
- git-parent:
[9cae88b98c18f2930b95e90028944065bb3a6f27]
- git-author:
- Derk-Jan Hartman <hartman@videolan.org> 1095943362 +0000
- Message:
* HACKING: CVS -> SVN, added remark about developers.videolan.org site
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r163b655 |
r099251a |
|
| 4 | 4 | =========== |
|---|
| 5 | 5 | |
|---|
| | 6 | First |
|---|
| | 7 | ----- |
|---|
| | 8 | |
|---|
| | 9 | - Read this file |
|---|
| | 10 | |
|---|
| | 11 | - Read the information present on http://developers.videolan.org/vlc/ |
|---|
| | 12 | |
|---|
| | 13 | |
|---|
| 6 | 14 | Requirements |
|---|
| 7 | | ------------ |
|---|
| | 15 | ____________ |
|---|
| 8 | 16 | |
|---|
| 9 | | You will need the following tools if you plan to use the CVS version of vlc: |
|---|
| | 17 | You will need the following tools if you plan to use the SVN version of vlc: |
|---|
| 10 | 18 | |
|---|
| 11 | 19 | - autoconf version 2.50 or later |
|---|
| … | … | |
| 15 | 23 | - gettext version 0.10.40 (but 0.11.3 or later is recommended) |
|---|
| 16 | 24 | |
|---|
| 17 | | After retrieving the CVS tree, you need to run the bootstrap script to |
|---|
| | 25 | After retrieving the SVN tree, you need to run the bootstrap script to |
|---|
| 18 | 26 | generate all the files needed to build vlc. You can then run configure. |
|---|
| | 27 | Run ./configure --help for a description of the available options. |
|---|
| 19 | 28 | |
|---|
| 20 | 29 | If you do not have the correct version of these tools, or if they are |
|---|
| 21 | 30 | simply not available for the operating system you plan to develop on, |
|---|
| 22 | | you can check out a CVS tree on an OS that provides these tools (such |
|---|
| | 31 | you can check out a SVN tree on an OS that provides these tools (such |
|---|
| 23 | 32 | as a recent Linux distribution), run bootstrap, and then copy the whole |
|---|
| 24 | 33 | tree to your retarded OS. |
|---|