(C++) Installing CLN under Cygwin (under Windows)
February 24, 2017 · View on GitHub
(C++) 

Installing CLN under Cygwin (under Windows)
To installing CLN under Cygwin, download the source code from the CLN homepage and follow the instructions in the file 'INSTALL':
./configure make make check make install
If 'make' results in the make error: colon expected, follow the instructions on that page.
External links