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

Binary Request: how to build the 32bit on windows? #4

Closed
xiaobingcaicai opened this issue Sep 13, 2021 · 1 comment
Closed

Binary Request: how to build the 32bit on windows? #4

xiaobingcaicai opened this issue Sep 13, 2021 · 1 comment
Labels
Update Request an update for binaries

Comments

@xiaobingcaicai
Copy link

i have read the guide to build on windows,but get the 64bit binary, how to build 32bit binart?
or will u offer the 32 bit binary on windwos?

@xiaobingcaicai xiaobingcaicai added the Update Request an update for binaries label Sep 13, 2021
@DominikDeak
Copy link
Member

DominikDeak commented Sep 14, 2021

You can edit the following command script:

msbuild synergy-core.sln /p:Platform="x64" /p:Configuration=Release /m || exit 1

Change the platform option to Platform="x86". I haven't tested x86 builds myself, so I can't guarantee this will work.

You will also need to point the libQtPath to the x86 libraries in the config file:

libQtPath = C:\Qt\Qt5.12.9\5.12.9\msvc2017_64

Also openSSLPath:
openSSLPath = .\Synergy-Core\ext\openssl\windows\x64

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

No branches or pull requests

2 participants