]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/gstreamer0-10.git/blob - win32/README.txt
Fix the URL for dependencies
[glsdk/gstreamer0-10.git] / win32 / README.txt
1 ==== Windows support ====
3 == Building GStreamer under Win32 ==
5 There are different makefiles that can be used to build GStreamer with the usual Microsoft 
6 compiling tools.
8 The Makefile is meant to be used with the GNU make program and the free 
9 version of the Microsoft compiler (http://msdn.microsoft.com/visualc/vctoolkit2003/). You also 
10 have to modify your system environment variables to use it from the command-line. You will also 
11 need a working Platform SDK for Windows that is available for free from Microsoft.
13 The projects/makefiles will generate automatically some source files needed to compile 
14 GStreamer. That requires that you have installed on your system some GNU tools and that they are 
15 available in your system PATH.
17 The GStreamer project depends on other libraries, namely :
18 - GLib
19 - popt
20 - libxml2
21 - gettext
22 - libiconv
24 There is now an existing package that has all these dependencies built with MSVC7.1. It exists either
25 a precompiled librairies and headers in both Release and Debug mode, or as the source package to build
26 it yourself. You can find it on http://mukoli.free.fr/gstreamer/deps/.
28 NOTE : GNU tools needed that you can find on http://gnuwin32.sourceforge.net/
29 - GNU flex      (tested with 2.5.4)
30 - GNU bison     (tested with 1.35)
31 and http://www.mingw.org/
32 - GNU make      (tested with 3.80)
34 NOTE : the generated files from the -auto makefiles will be available soon separately on the net 
35 for convenience (people who don't want to install GNU tools).
37 == Installation on the system ==
39 By default, GSTreamer needs a registry. You have to generate it using "gst-register.exe". It will create
40 the file in c:\gstreamer\registry.xml that will hold all the plugins you can use.
42 You should install the GSTreamer core in c:\gstreamer\bin and the plugins in c:\gstreamer\plugins. Both
43 directories should be added to your system PATH. The library dependencies should be installed in c:\usr.
45 For example, my current setup is :
47 C:\gstreamer\registry.xml
48 C:\gstreamer\bin\gst-inspect.exe
49 C:\gstreamer\bin\gst-launch.exe
50 C:\gstreamer\bin\gst-register.exe
51 C:\gstreamer\bin\gstbytestream.dll
52 C:\gstreamer\bin\gstelements.dll
53 C:\gstreamer\bin\gstoptimalscheduler.dll
54 C:\gstreamer\bin\gstspider.dll
55 C:\gstreamer\bin\libgtreamer-0.8.dll
56 C:\gstreamer\plugins\gst-libs.dll
57 C:\gstreamer\plugins\gstmatroska.dll
59 C:\usr\bin\iconv.dll
60 C:\usr\bin\intl.dll
61 C:\usr\bin\libglib-2.0-0.dll
62 C:\usr\bin\libgmodule-2.0-0.dll
63 C:\usr\bin\libgobject-2.0-0.dll
64 C:\usr\bin\libgthread-2.0-0.dll
65 C:\usr\bin\libxml2.dll
66 C:\usr\bin\popt.dll