[vlc-commits] Update Readme

Jean-Baptiste Kempf git at videolan.org
Sat Dec 24 14:40:06 CET 2011


npapi-vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Dec 24 14:38:01 2011 +0100| [d4902de7b32e960ef60cbbfbc8b933859bab3010] | committer: Jean-Baptiste Kempf

Update Readme

> http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=d4902de7b32e960ef60cbbfbc8b933859bab3010
---

 README |   22 ++++++++++++++++++++++
 1 files changed, 22 insertions(+), 0 deletions(-)

diff --git a/README b/README
index e69de29..0ab51d2 100644
--- a/README
+++ b/README
@@ -0,0 +1,22 @@
+README
+------
+
+This repository contains the Webplugins based on libVLC.
+One of them is an ActiveX plug-in, the other is an NPAPI one.
+
+Those plugins are licensed under the GPLv2+ license.
+
+More information can be found on videolan.org.
+
+
+How to build
+------------
+
+You should be able to build it under Linux, Unix, Mac OS and Mingw/MSys
+
+To build this plugin from a source checkout, you should:
+ - run `sh autogen.sh'
+ - run `./configure'
+ - run `make'
+
+On Windows, you should also build it from Visual Studio



More information about the vlc-commits mailing list