X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=README;h=22222ea167c7c40ed18c363c0f600bb863a55af3;hb=d6ca8ac696ebc4b4db58dd15977bc938d83b4981;hp=a7575823976987a6275c67ee97e8f74100702591;hpb=a43195e0a602f950ede7bd7f7d4431144bb6d9a3;p=vlc diff --git a/README b/README index a757582397..22222ea167 100644 --- a/README +++ b/README @@ -15,44 +15,43 @@ been downloaded close to one billion times. Links: ====== -The VideoLAN web site . . . http://www.videolan.org/ The VLC web site . . . . . http://www.videolan.org/ Support . . . . . . . . . . http://www.videolan.org/support/ Forums . . . . . . . . . . http://forum.videolan.org/ Wiki . . . . . . . . . . . http://wiki.videolan.org/ The Developers site . . . . http://wiki.videolan.org/Developers_Corner -Bugtracker . . . . . . . . http://trac.videolan.org/ +VLC hacking guide . . . . . http://wiki.videolan.org/Hacker_Guide +Bugtracker . . . . . . . . http://trac.videolan.org/vlc/ +The VideoLAN web site . . . http://www.videolan.org/ -Files: -====== +Source Code Content: +=================== ABOUT-NLS - Notes on the Free Translation Project. AUTHORS - VLC authors. COPYING - The GPL license. -HACKING - Hacking VLC. -INSTALL - Installation instructions. +COPYING.LIB - The LGPL license. +INSTALL - Installation and building instructions. NEWS - Important modifications between the releases. README - This file. THANKS - VLC contributors. -Folders: -======== bin/ - VLC binaries. bindings/ - libVLC bindings to other languages. compat/ - compatibility library for operating systems missing - essential functionnalities. -contrib/ - external libraries retrieving facilities for systems that - don't have package manager. + essential functionalities. +contrib/ - Facilities for retrieving external libraries and building + them for systems that don't have the right versions. doc/ - Miscellaneous documentation. extras/analyser - Code analyser and editor specific files. extras/buildsystem - different buildsystems specific files. -extras/contrib/ - old contrib/. 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. +extras/tools/ - Facilities for retrieving external building tools needed + for systems that don't have the right versions. +include/ - Header files. lib/ - libVLC source code. modules/ - VLC plugins and modules. Most of the code is here. -po/ - languages related files. -projects/ - projects that uses libVLC such as the web browsers plugin. +po/ - VLC translations. share/ - Common Resources files. -src/ - VLC and libvlc source code. +src/ - libvlccore source code. test/ - testing system.