-
Notifications
You must be signed in to change notification settings - Fork 632
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
Tutorial to compile on Windows 10 #110
Comments
There are a few options: you can download and install a Linux app (Ubuntu 18.04) from the Windows store after enabling the Linux subsystem for Windows. Otherwise, are you familiar with Cygwin or MingW? If you can manage Cygwin, you can just remove the references to oclVanityGen in the Makefile and compile the CPU only version. My Makefile on cygwin:
then "make" and run: ./vanitygen.exe -v
Does that help so far? I could do up a reasonable tutorial for Windows 10, although I'm not entirely sure how to compile the ocl version just yet. I'll have a stab at it though. |
NMAKE : fatal error U1052: file 'Makefile.Win64' not found |
Hi there!
Is there any step tutorial or videos to compile on a fresh windows 10 installation?
There is a very good one for ubuntu here. Is it possible to make one for windows 10?
A detailed tutorial will be very helpful.
The text was updated successfully, but these errors were encountered: