]> git.sesse.net Git - vlc/commitdiff
README: Document a bit more the source tree layout.
authorPierre d'Herbemont <pdherbemont@videolan.org>
Mon, 4 Feb 2008 11:45:17 +0000 (11:45 +0000)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Mon, 4 Feb 2008 11:45:17 +0000 (11:45 +0000)
README

diff --git a/README b/README
index 5dfec24a3a8c9170e8215bb2acc21c2c56289a9c..4706992983d2e83e7e9d679638d1c846373c80e7 100644 (file)
--- a/README
+++ b/README
@@ -18,6 +18,19 @@ HACKING            - Hacking vlc.
 INSTALL            - Installation instructions.
 INSTALL.win32      - Installation instructions for the Win32 version of vlc.
 README             - This file.
-README.MacOSX.rtf  - Information specific to the MacOS X port.
 THANKS             - All VLC contributors.
+bindings/          - Bindings around LibVLC.
+extras/analyser    - Code analyser and editor specific files.
+extras/buildsystem - different buildsystems specific files.
+extras/contrib     - external libraries retrieving facilities for systems that
+                     don't have package manager.
+extras/deprecated  - Now deprecated files.
+extras/misc        - Files that don't fit in the other extras/ categories.
+extras/package     - VLC packaging specific files such as spec files.
+include/           - Include files
 doc/               - Miscellaneous documentation.
+libs/              - libraries that we host.
+po/                - languages related files.
+projects/          - projects that uses libvlc such as the web browsers plugin.
+share/             - Common Resources files.
+src/               - VLC and LibVLC source code.