Browse Source

* Fixed a little omission in INSTALL-win32.txt.

pull/2/head
Sam Hocevar 24 years ago
parent
commit
07197c1981
  1. 7
      INSTALL
  2. 3
      INSTALL-win32.txt

7
INSTALL

@ -15,13 +15,6 @@ symbols:
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
=================

3
INSTALL-win32.txt

@ -60,7 +60,8 @@ See `./configure --help' for more information.
For example if you are cross-compiling from Debian, you can use something
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 \
--build=i386-linux --with-gtk-config-path=/usr/i586-mingw32msvc/bin \
--with-sdl-config-path=/usr/i586-mingw32msvc/bin

Loading…
Cancel
Save