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

How build it for Windows #4

Closed
abdulbadii opened this issue Jul 16, 2024 · 1 comment
Closed

How build it for Windows #4

abdulbadii opened this issue Jul 16, 2024 · 1 comment

Comments

@abdulbadii
Copy link

How do we build one for Windows by use of Msys2/Mingw64
Please elaborate all requirements and steps to accomplish that

@darealshinji
Copy link
Owner

It shouldn't be too different from the way it's done on Linux.

Checkout the main branch:

git clone -b master https://github.com/darealshinji/qpdfview
cd qpdfview

Create localizations:

lrelease qpdfview.pro

Configure and build:

qmake CONFIG+='without_magic without_cups without_signals' qpdfview.pro
make -j4

External libraries required are djvulibre, libspectre and poppler.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants