Changeset 8d0a3a2da87cebfda1212dea51aa596f317b1145
- Timestamp:
- 03/06/08 07:55:09
(6 months ago)
- Author:
- Jean-Baptiste Kempf <jb@videolan.org>
- git-committer:
- Jean-Baptiste Kempf <jb@videolan.org> 1204786509 -0800
- git-parent:
[1bed9134fd910318a296874f78a1bf551bfa39f4]
- git-author:
- Jean-Baptiste Kempf <jb@videolan.org> 1204786509 -0800
- Message:
Make clear of what compilation is supported and which one is not for Windows.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r07330d2 |
r8d0a3a2 |
|
| 32 | 32 | are not as much tested so expect more difficulties with them). |
|---|
| 33 | 33 | |
|---|
| | 34 | Read http://wiki.videolan.org/Win32CompileCygwinNew to have a complete HOWTO |
|---|
| | 35 | |
|---|
| | 36 | - On GNU/Linux, using the mingw32 cross-compiler. |
|---|
| | 37 | This method is preferred over all the others. |
|---|
| | 38 | |
|---|
| | 39 | UNSUPPORTED METHODS |
|---|
| | 40 | ------------------- |
|---|
| 34 | 41 | - natively on Windows, using MSYS+MINGW (www.mingw.org) |
|---|
| 35 | 42 | (MSYS is a minimal build environment to compile Unixish projects under |
|---|
| … | … | |
| 46 | 53 | with the --fast-mutex --win9x-cv-method=1 options because the debugger |
|---|
| 47 | 54 | usually loses signals sent by PulseEvent() ) |
|---|
| 48 | | |
|---|
| 49 | | - or on GNU/Linux, using the mingw32 cross-compiler. |
|---|
| 50 | | This method is preferred over all the others. |
|---|
| 51 | 55 | |
|---|
| 52 | 56 | Getting the right compiler tools |
|---|