Skip to content

Commit

Permalink
Update.
Browse files Browse the repository at this point in the history
  • Loading branch information
wangwenx190 committed Sep 13, 2018
1 parent 95f20c1 commit f68f012
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build-static-version-of-qt-with-icu-and-openssl-linked.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@
```bash
pacman -Su
```
3. Open *MSYS2 MinGW 32-bit* shell and execute the following commands:
3. Open *MSYS2 MSYS* shell and execute the following commands:
```bash
pacman -S $MINGW_PACKAGE_PREFIX-make
pacman -S make binutils
```
4. Rename "C:\msys64\usr\bin\link.exe" to "link.exe.bak" (only if you have this file), "C:\msys64\mingw32\bin\mingw32-make.exe" to "make.exe".
4. Rename "C:\msys64\usr\bin\link.exe" to "link.exe.bak" (only if you have this file).
5. [Download the latest ICU source code package](http://site.icu-project.org/download) and extract it to anywhere you like. I assume you have extracted it to "C:\ICU\src".
6. Open cmd shell and execute the following commands (I assume you have installed VS2017 Community to it's default localtion "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community"):
```bat
call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsall.bat" x86
call "C:\msys64\msys2_shell.cmd" -mingw32 -use-full-path
call "C:\msys64\msys2_shell.cmd" -msys -use-full-path
```
Then execute the following commands:
```bash
Expand Down

0 comments on commit f68f012

Please sign in to comment.