Updated Build Instructions for Windows (markdown)

wngtk 2023-04-22 02:44:30 +08:00
parent 1940e4cdb3
commit 29260a65af

@ -1,3 +1,14 @@
## Build Zeal with vcpkg
Use vcpkg install dependencies, then build
```powershell
git clone https://github.com/microsoft/vcpkg.git --depth=1
.\vcpkg\bootstrap-vcpkg.bat
.\vcpkg\vcpkg install --triplet=x64-windows
cmake -B ./build -S . "-DCMAKE_TOOLCHAIN_FILE=vcpkg/scripts/buildsystems/vcpkg.cmake"
cmake --build ./build
```
## Installing dependencies
Qt 5.5 mingw version: [https://download.qt.io/new_archive/qt/5.5/5.5.1/qt-opensource-windows-x86-mingw492-5.5.1.exe](https://github.com/EclipseFond/eclipse-collections/releases/download/v2.0.15/AppLauncher-inst-win64.zip)