mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +00:00
add win32 chapter. #142422
Original commit message from CVS: add win32 chapter. #142422
This commit is contained in:
parent
fbf80ae696
commit
2754a4bb4b
4 changed files with 13 additions and 4 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
2004-07-06 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||||
|
|
||||||
|
* docs/manual/manual.xml:
|
||||||
|
* docs/manual/win32.xml:
|
||||||
|
add chapter on win32 building. fixes #142422
|
||||||
|
|
||||||
2004-07-06 Thomas Vander Stichele <thomas at apestaart dot org>
|
2004-07-06 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||||
|
|
||||||
patch by: Sebastien Cote <sc5 at hermes.usherb.ca>
|
patch by: Sebastien Cote <sc5 at hermes.usherb.ca>
|
||||||
|
|
|
@ -34,8 +34,8 @@ available in your system PATH.</para>
|
||||||
<note>
|
<note>
|
||||||
<title>Notes</title>
|
<title>Notes</title>
|
||||||
|
|
||||||
<para>you can find Win32 versions of these libraries on <ulink url="http://gettext.sourceforge.net/">http://gettext.sourceforge.net/</ulink> and
|
<para>you can find Win32 versions of these libraries on <ulink url="http://gnuwin32.sourceforge.net/">http://gnuwin32.sourceforge.net/</ulink>
|
||||||
<ulink url="http://gnuwin32.sourceforge.net/">http://gnuwin32.sourceforge.net/</ulink> (you will need the Binaries and Developer files for each package).</para>
|
You will need the Binaries and Developer files for each package.</para>
|
||||||
|
|
||||||
<para>GLib can be found on <ulink url="ftp://ftp.gtk.org/pub/gtk/v2.4/" type="ftp">ftp://ftp.gtk.org/pub/gtk/v2.4/</ulink> and should be compiled from the
|
<para>GLib can be found on <ulink url="ftp://ftp.gtk.org/pub/gtk/v2.4/" type="ftp">ftp://ftp.gtk.org/pub/gtk/v2.4/</ulink> and should be compiled from the
|
||||||
sources</para>
|
sources</para>
|
||||||
|
|
|
@ -52,6 +52,7 @@
|
||||||
<!ENTITY PROGRAMS SYSTEM "programs.xml">
|
<!ENTITY PROGRAMS SYSTEM "programs.xml">
|
||||||
<!ENTITY COMPONENTS SYSTEM "components.xml">
|
<!ENTITY COMPONENTS SYSTEM "components.xml">
|
||||||
<!ENTITY GNOME SYSTEM "gnome.xml">
|
<!ENTITY GNOME SYSTEM "gnome.xml">
|
||||||
|
<!ENTITY WIN32 SYSTEM "win32.xml">
|
||||||
<!ENTITY QUOTES SYSTEM "quotes.xml">
|
<!ENTITY QUOTES SYSTEM "quotes.xml">
|
||||||
]>
|
]>
|
||||||
|
|
||||||
|
@ -278,6 +279,8 @@
|
||||||
|
|
||||||
&GNOME;
|
&GNOME;
|
||||||
|
|
||||||
|
&WIN32;
|
||||||
|
|
||||||
"ES;
|
"ES;
|
||||||
|
|
||||||
</part>
|
</part>
|
||||||
|
|
|
@ -34,8 +34,8 @@ available in your system PATH.</para>
|
||||||
<note>
|
<note>
|
||||||
<title>Notes</title>
|
<title>Notes</title>
|
||||||
|
|
||||||
<para>you can find Win32 versions of these libraries on <ulink url="http://gettext.sourceforge.net/">http://gettext.sourceforge.net/</ulink> and
|
<para>you can find Win32 versions of these libraries on <ulink url="http://gnuwin32.sourceforge.net/">http://gnuwin32.sourceforge.net/</ulink>
|
||||||
<ulink url="http://gnuwin32.sourceforge.net/">http://gnuwin32.sourceforge.net/</ulink> (you will need the Binaries and Developer files for each package).</para>
|
You will need the Binaries and Developer files for each package.</para>
|
||||||
|
|
||||||
<para>GLib can be found on <ulink url="ftp://ftp.gtk.org/pub/gtk/v2.4/" type="ftp">ftp://ftp.gtk.org/pub/gtk/v2.4/</ulink> and should be compiled from the
|
<para>GLib can be found on <ulink url="ftp://ftp.gtk.org/pub/gtk/v2.4/" type="ftp">ftp://ftp.gtk.org/pub/gtk/v2.4/</ulink> and should be compiled from the
|
||||||
sources</para>
|
sources</para>
|
||||||
|
|
Loading…
Reference in a new issue