Commit 07197c19 authored by Sam Hocevar's avatar Sam Hocevar

  * Fixed a little omission in INSTALL-win32.txt.
parent 038f77ed
...@@ -15,13 +15,6 @@ symbols: ...@@ -15,13 +15,6 @@ symbols:
make distclean ; ./configure --prefix=/usr --enable-gnome --enable-debug make distclean ; ./configure --prefix=/usr --enable-gnome --enable-debug
It is also possible to cross-compile for the Win32 platform using mingw32:
make distclean ; CC=i586-mingw32msvc-gcc CFLAGS=-I/usr/i586-mingw32msvc \
RANLIB=i586-mingw32msvc-ranlib WINDRES=i586-mingw32msvc-windres \
./configure --host=i386-mingw32msvc --with-directx-path=<path> \
--with-sdl-config-path=<path> --with-gtk-config-path=<path>
Building VideoLAN Building VideoLAN
================= =================
......
...@@ -60,7 +60,8 @@ See `./configure --help' for more information. ...@@ -60,7 +60,8 @@ See `./configure --help' for more information.
For example if you are cross-compiling from Debian, you can use something For example if you are cross-compiling from Debian, you can use something
along those lines: along those lines:
make distclean ; CC=i586-mingw32msvc-gcc \ make distclean ; CC=i586-mingw32msvc-gcc CFLAGS=-I/usr/i586-mingw32msvc \
RANLIB=i586-mingw32msvc-ranlib WINDRES=i586-mingw32msvc-windres \
./configure --host=i586-mingw32msvc --target=i586-mingw32msvc \ ./configure --host=i586-mingw32msvc --target=i586-mingw32msvc \
--build=i386-linux --with-gtk-config-path=/usr/i586-mingw32msvc/bin \ --build=i386-linux --with-gtk-config-path=/usr/i586-mingw32msvc/bin \
--with-sdl-config-path=/usr/i586-mingw32msvc/bin --with-sdl-config-path=/usr/i586-mingw32msvc/bin
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment