Trac is being migrated to new services! Issues can be found in our new
YouTrack instance and WIKI pages can be found on our
website.
- Timestamp:
-
Mar 1, 2010, 12:32:38 AM (14 years ago)
- Author:
-
bviktor
- Comment:
-
add info about building shell32 lib, it's not included in mingw, it has to be built
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v9
|
v10
|
|
20 | 20 | * This assumes that you have MinGW working as described in the [wiki:BuildingWinPidgin#Themanualway Pidgin Building Instructions]. |
21 | 21 | * Download [http://downloads.sourceforge.net/mingw/MSYS-1.0.11.exe MSYS] and install it (the default install location is `c:\msys\1.0\`). |
| 22 | |
| 23 | 4. Get w32api sources |
| 24 | |
| 25 | Download [https://sourceforge.net/projects/mingw/files/MinGW%20API%20for%20MS-Windows/w32api-3.14/w32api-3.14-mingw32-src.tar.gz/download MinGW API for MS-Windows 3.14]. Extract it to somewhere (you'll get a `w32api-3.14-mingw32` directory). |
| 26 | |
| 27 | == Build shell32 library == |
| 28 | |
| 29 | 1. Enter `w32api-3.14-mingw32`. |
| 30 | |
| 31 | 2. Build libraries: |
| 32 | |
| 33 | {{{ |
| 34 | sh configure |
| 35 | make |
| 36 | }}} |
| 37 | |
| 38 | 3. Copy `w32api-3.14-mingw32/lib/shell32.o` to `win32-dev/mingw/lib`. |
22 | 39 | |
23 | 40 | == Choose build flavour == |
All information, including names and email addresses, entered onto this website or sent to mailing lists affiliated with this website will be public. Do not post confidential information, especially passwords!