bitcoin-msvc
bitcoin-msvc copied to clipboard
I can open this project, without ability to compile
Hi Kobake, thank you for porting bitcoin source to visual studio, but can you provide extern library this project needed? bitcoin is writtern by may posix interfaces, so when you hit compile button, it won't work because windows doesn't include any posix headers... many errors appear. Do I need cygwin or mingw? Any guide or steps on how to build this in VS 2017 ?
Thanks for your report.
Only VS2017 is requird for this project. But when I checked the proejct just now, some compile errors occured. The cause is that depending nuget boost was too old, so now I've updated to use latest boost library on #32 .
Please try again if you like.