(C++) How to port CLN from Ubuntu to Windows
February 24, 2017 · View on GitHub
(C++) 


How to port CLN from Ubuntu to Windows
This FAQ is about porting the CLN library from Ubuntu to Windows.
Because the CLN library is a Linux library, it uses './configure' and 'make'. Cygwin is a UNIX-like environment under Windows, which needs to be used. Follow the steps described at how to port CLN from Cygwin (under Windows) to Windows.