Enable NLS under Windows
[platform/upstream/gstreamer.git] / win32 / README.txt
1 There are different makefiles that can be used to build GStreamer with the usual Microsoft 
2 compiling tools.
3
4 The Makefile is meant to be used with the GNU make program and the free 
5 version of the Microsoft compiler (http://msdn.microsoft.com/visualc/vctoolkit2003/). You also 
6 have to modify your system environment variables to use it from the command-line. You will also 
7 need a working Platform SDK for Windows that is available for free from Microsoft.
8
9 The projects/makefiles will generate automatically some source files needed to compile 
10 GStreamer. That requires that you have installed on your system some GNU tools and that they are 
11 available in your system PATH.
12
13 The GStreamer project depends on other libraries, namely :
14 - GLib
15 - libpopt
16 - libxml
17 - gettext
18 - libiconv
19
20 The sources should be organised in folders as follow :
21 $(PROJECT_DIR)\glib
22 $(PROJECT_DIR)\gstreamer (this package)
23 $(PROJECT_DIR)\libiconv
24 $(PROJECT_DIR)\gettext
25 $(PROJECT_DIR)\libxml2
26 $(PROJECT_DIR)\popt
27
28 NOTE : you can find Win32 versions of these libraries on http://gettext.sourceforge.net/ and
29 http://gnuwin32.sourceforge.net/ (you will need the Binaries and Developer files for each package.)
30
31 NOTE : GLib can be found on ftp://ftp.gtk.org/pub/gtk/v2.4/ and should be compiled from the 
32 sources
33
34 NOTE : GNU tools needed that you can find on http://gnuwin32.sourceforge.net/
35 - GNU flex      (tested with 2.5.4)
36 - GNU bison     (tested with 1.35)
37 and http://www.mingw.org/
38 - GNU make      (tested with 3.80)
39
40 NOTE : the generated files from the -auto makefiles will be available soon separately on the net 
41 for convenience (people who don't want to install GNU tools).