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

Compile for 32bit with VS2015 #34

Closed
RemezW opened this issue Jul 10, 2017 · 3 comments
Closed

Compile for 32bit with VS2015 #34

RemezW opened this issue Jul 10, 2017 · 3 comments

Comments

@RemezW
Copy link

RemezW commented Jul 10, 2017

Hi! How i can compile 32bit version of xmrig on 64bit windows machine with VS2015? I successfully compiled 64 bit version, but not understand how do it with 32bit.. In Visual Studio available only x64 Release version. Thank you!

@xmrig
Copy link
Owner

xmrig commented Jul 10, 2017

When run cmake instead of -G "Visual Studio 14 2015 Win64" specify -G "Visual Studio 14 2015" and path to 32bit libuv.
Please note 32 bit msvc version noticeably slower than gcc version.
Thank you.

@RemezW
Copy link
Author

RemezW commented Jul 10, 2017

Okay! Thank you. I get it.
I correctly understand that the 32-bit version can work on 32-bit systems and 64-bit systems?

@xmrig
Copy link
Owner

xmrig commented Jul 10, 2017

Yes.

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