Skip to content

Commit ef3e9f8

Browse files
committed
Specify correct QT package
1 parent edff345 commit ef3e9f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ Built and exported by [Vcpkg](https://github.com/Microsoft/vcpkg).
77
* Install Vcpkg and it's dependencies.
88
* Build all required packages for one or both architectures:
99
```
10-
vcpkg install tbb:x64-windows fuzzylite:x64-windows sdl2:x64-windows sdl2-image:x64-windows sdl2-ttf:x64-windows sdl2-mixer[mpg123]:x64-windows boost:x64-windows qt5:x64-windows ffmpeg:x64-windows luajit:x64-windows
11-
vcpkg install tbb:x86-windows fuzzylite:x86-windows sdl2:x86-windows sdl2-image:x86-windows sdl2-ttf:x86-windows sdl2-mixer[mpg123]:x86-windows boost:x86-windows qt5:x86-windows ffmpeg:x86-windows luajit:x86-windows
10+
vcpkg install tbb:x64-windows fuzzylite:x64-windows sdl2:x64-windows sdl2-image:x64-windows sdl2-ttf:x64-windows sdl2-mixer[mpg123]:x64-windows boost:x64-windows qt5-base:x64-windows ffmpeg:x64-windows luajit:x64-windows
11+
vcpkg install tbb:x86-windows fuzzylite:x86-windows sdl2:x86-windows sdl2-image:x86-windows sdl2-ttf:x86-windows sdl2-mixer[mpg123]:x86-windows boost:x86-windows qt5-base:x86-windows ffmpeg:x86-windows luajit:x86-windows
1212
```
1313
* Export packages so 7z archive will be produced:
1414
```

0 commit comments

Comments
 (0)