mirror of
https://github.com/zealdocs/zeal.git
synced 2024-11-22 12:33:20 +03:00
Updated Build Instructions for Windows (markdown)
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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user