]> git.sesse.net Git - vlc/commitdiff
* Fixed a little omission in INSTALL-win32.txt.
authorSam Hocevar <sam@videolan.org>
Mon, 25 Mar 2002 04:18:07 +0000 (04:18 +0000)
committerSam Hocevar <sam@videolan.org>
Mon, 25 Mar 2002 04:18:07 +0000 (04:18 +0000)
INSTALL
INSTALL-win32.txt

diff --git a/INSTALL b/INSTALL
index 5530adfe6cff475c35a10d366be70c86c90296d3..3b6408caed7830fdd7d282ae0c7d38405793673d 100644 (file)
--- a/INSTALL
+++ b/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
 =================
index 484baebbdc63076a138ec489f31a682a73f80367..9865f79d83595b5d05aa15cf06e64875665b0350 100644 (file)
@@ -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