Changeset 07197c19811c30155bba6ae4529fe063ddb8f58e
- Timestamp:
- 25/03/02 05:18:07
(7 years ago)
- Author:
- Sam Hocevar <sam@videolan.org>
- git-committer:
- Sam Hocevar <sam@videolan.org> 1017029887 +0000
- git-parent:
[038f77ed0ac3dc3ca2360432420f9220e5a138d7]
- git-author:
- Sam Hocevar <sam@videolan.org> 1017029887 +0000
- Message:
- Fixed a little omission in INSTALL-win32.txt.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rd4f18c4 |
r07197c1 |
|
| 15 | 15 | |
|---|
| 16 | 16 | make distclean ; ./configure --prefix=/usr --enable-gnome --enable-debug |
|---|
| 17 | | |
|---|
| 18 | | It is also possible to cross-compile for the Win32 platform using mingw32: |
|---|
| 19 | | |
|---|
| 20 | | make distclean ; CC=i586-mingw32msvc-gcc CFLAGS=-I/usr/i586-mingw32msvc \ |
|---|
| 21 | | RANLIB=i586-mingw32msvc-ranlib WINDRES=i586-mingw32msvc-windres \ |
|---|
| 22 | | ./configure --host=i386-mingw32msvc --with-directx-path=<path> \ |
|---|
| 23 | | --with-sdl-config-path=<path> --with-gtk-config-path=<path> |
|---|
| 24 | 17 | |
|---|
| 25 | 18 | |
|---|
| rdb2031b |
r07197c1 |
|
| 61 | 61 | along those lines: |
|---|
| 62 | 62 | |
|---|
| 63 | | make distclean ; CC=i586-mingw32msvc-gcc \ |
|---|
| | 63 | make distclean ; CC=i586-mingw32msvc-gcc CFLAGS=-I/usr/i586-mingw32msvc \ |
|---|
| | 64 | RANLIB=i586-mingw32msvc-ranlib WINDRES=i586-mingw32msvc-windres \ |
|---|
| 64 | 65 | ./configure --host=i586-mingw32msvc --target=i586-mingw32msvc \ |
|---|
| 65 | 66 | --build=i386-linux --with-gtk-config-path=/usr/i586-mingw32msvc/bin \ |
|---|