Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Instructions to build on Windows #1425

Closed
ezxpro opened this issue Sep 4, 2022 · 3 comments
Closed

Instructions to build on Windows #1425

ezxpro opened this issue Sep 4, 2022 · 3 comments

Comments

@ezxpro
Copy link

ezxpro commented Sep 4, 2022

It would help if there were at least some basic instructions on how to compile zeal on Windows.
I got VS Community 2022, the MSVC toolchain, Qt, CMake and the appropriate vs extensions, have configured them, but still there's just so much going on that I can't solve on my own...

@trollixx
Copy link
Member

Build instructions can be found in the wiki but they are somewhat out of date. Building on Windows is pretty straightforward these days thanks to vcpkg. I'll try to update the docs as well.

@wngtk
Copy link
Contributor

wngtk commented Apr 22, 2023

I am trying to build zeal on Windows. But I do not know how to package it to msi file. cmake --build .\build\ --target package --config Release -j8 generated installer is empty.

git clone https://github.com/zealdocs/zeal.git
cd zeal
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\ --config Release -j8

@trollixx trollixx changed the title Instructions to build on WIndows Instructions to build on Windows Apr 26, 2023
@trollixx
Copy link
Member

Please see the updated wiki page. Now featuring step by step instructions for building on Windows based on my own environment.

@github-actions github-actions bot locked and limited conversation to collaborators Mar 15, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Development

No branches or pull requests

3 participants