You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
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 .
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 ?
The text was updated successfully, but these errors were encountered: