[vlc-commits] build/vc2008: Added README

Sergey Radionov git at videolan.org
Mon Nov 28 22:38:19 CET 2011


npapi-vlc | branch: master | Sergey Radionov <RSATom at gmail.com> | Thu Nov 24 10:40:02 2011 +0700| [d6a157ba45db2585ad2c4d8c1dc9c520eef9b33a] | committer: Jean-Baptiste Kempf

build/vc2008: Added README

Modified-by: Jean-Baptiste Kempf <jb at videolan.org>
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

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

 build/vc2008/README.txt |   31 +++++++++++++++++++++++++++++++
 1 files changed, 31 insertions(+), 0 deletions(-)

diff --git a/build/vc2008/README.txt b/build/vc2008/README.txt
new file mode 100644
index 0000000..beddc9f
--- /dev/null
+++ b/build/vc2008/README.txt
@@ -0,0 +1,31 @@
+How to build the Webplugins under Visual Studio 2008:
+-----------------------------------------------------
+
+1) Download "msinttypes" package from
+http://code.google.com/p/msinttypes/ and extract to a folder.
+
+2) Download "Gecko SDK" (at least 8.0) from
+https://developer.mozilla.org/en/Gecko_SDK and extract to a folder.
+
+3) Download "vlc" (at this moment only nightly builds available)
+from: http://nightlies.videolan.org/build/win32/last/ and
+extract/install to a folder.
+
+4) In VS, add path to "msinttypes", "Gecko SDK" include(xulrunner-sdk\include)
+and vlc SDK include (vlc-1.2.0-pre1\sdk\include) to VC Include directories
+(Tools > Options > Projects and Solutions > VC++ Directories
+> Include files).
+
+5) In VS, add path to vlc SDK Libs (vlc-1.2.0-pre1\sdk\lib) to VC Library
+directories (Tools > Options > Projects and Solutions > VC++ Directories
+> Library files);
+
+6) Prepare MinGW/MSys build enveronment as described in
+http://wiki.videolan.org/Win32CompileMSYSNew,
+then run "autogen.sh" and "configure";
+OR
+6) Just download prebuild versions of axvlc_rc.rc and npvlc_rc.rc files from
+http://code.google.com/p/vc-axnp-vlc/downloads/list and extract at the
+root folder of project;
+
+7) Open build\vc2008\axnp.sln in Visual Studio and enjoy.



More information about the vlc-commits mailing list