Changeset 6e8eda8f7f74a8bffd92f1e2d44ccf4d42f00073

Show
Ignore:
Timestamp:
02/04/08 12:45:17 (5 months ago)
Author:
Pierre d'Herbemont <pdherbemont@videolan.org>
git-committer:
Pierre d'Herbemont <pdherbemont@videolan.org> 1202125517 +0000
git-parent:

[07868f1396d57621c48ca8d1721dacecc98668f5]

git-author:
Pierre d'Herbemont <pdherbemont@videolan.org> 1202125517 +0000
Message:

README: Document a bit more the source tree layout.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • README

    r5f6ba47 r6e8eda8  
    1919INSTALL.win32      - Installation instructions for the Win32 version of vlc. 
    2020README             - This file. 
    21 README.MacOSX.rtf  - Information specific to the MacOS X port. 
    2221THANKS             - All VLC contributors. 
     22bindings/          - Bindings around LibVLC. 
     23extras/analyser    - Code analyser and editor specific files. 
     24extras/buildsystem - different buildsystems specific files. 
     25extras/contrib     - external libraries retrieving facilities for systems that 
     26                     don't have package manager. 
     27extras/deprecated  - Now deprecated files. 
     28extras/misc        - Files that don't fit in the other extras/ categories. 
     29extras/package     - VLC packaging specific files such as spec files. 
     30include/           - Include files 
    2331doc/               - Miscellaneous documentation. 
     32libs/              - libraries that we host. 
     33po/                - languages related files. 
     34projects/          - projects that uses libvlc such as the web browsers plugin. 
     35share/             - Common Resources files. 
     36src/               - VLC and LibVLC source code.