@@ -142,15 +142,17 @@ We assume a 64bit Windows 11. Install the following:
142
142
- and latest ` Windows 11 SDK ` .
143
143
- Everything else is not needed.
144
144
- [ Win64 OpenSSL] ( https://slproweb.com/products/Win32OpenSSL.html )
145
- - [ x64 direct link] ( https://slproweb.com/download/Win64OpenSSL-3_5_0 .exe )
146
- - [ ARM64 direct link] ( https://slproweb.com/download/Win64ARMOpenSSL-3_5_0 .exe )
145
+ - for x64 architecture: [ direct link] ( https://slproweb.com/download/Win64OpenSSL-3_5_1 .exe )
146
+ - for ARM64 architecture: [ direct link] ( https://slproweb.com/download/Win64ARMOpenSSL-3_5_1 .exe )
147
147
- [ Python 3 Windows installer (64-bit or ARM64)] ( https://www.python.org/downloads/windows/ ) (Check: Add to PATH and Debug Symbols)
148
148
- Open a console window and execute ` pip install aqtinstall ` .
149
149
- Now we can download Qt to _ C:\Qt_ :
150
150
- for x64 architecture: ` mkdir c:\Qt && aqt install-qt -O c:\Qt windows desktop 6.8.3 win64_msvc2022_64 -m qtserialport qtwebsockets `
151
151
- for ARM64 architecture: ` mkdir c:\Qt && aqt install-qt -O c:\Qt windows_arm64 desktop 6.8.3 win64_msvc2022_arm64 -m qtserialport qtwebsockets `
152
- - [ libjpeg-turbo SDK for Visual C++] ( https://sourceforge.net/projects/libjpeg-turbo/files/ )
153
- - Download the latest 64bit installer (currently ` libjpeg-turbo-3.0.1-vc64.exe ` ) and install to its default location ` C:\libjpeg-turbo64 ` .
152
+ - [ libjpeg-turbo SDK for Visual C++] ( https://github.com/libjpeg-turbo/libjpeg-turbo )
153
+ - Download the latest installer and install to its default location ` C:\libjpeg-turbo64 ` :
154
+ - for x64 architecture: [ direct link] ( https://github.com/libjpeg-turbo/libjpeg-turbo/releases/download/3.1.1/libjpeg-turbo-3.1.1-vc-x64.exe )
155
+ - for ARM64 architecture: [ direct link] ( https://github.com/libjpeg-turbo/libjpeg-turbo/releases/download/3.1.1/libjpeg-turbo-3.1.1-vc-arm64.exe )
154
156
155
157
### Optional:
156
158
- For package creation:
@@ -253,5 +255,3 @@ sudo cmake --build . --target install/strip
253
255
cmake -G Ninja -DCMAKE_INSTALL_PREFIX=/home/pi/apps ..
254
256
```
255
257
This will install to `` /home/pi/apps/share/hyperion ``
256
-
257
-
0 commit comments