andmarti1424 / sc-im

sc-im - Spreadsheet Calculator Improvised -- An ncurses spreadsheet program for terminal
Other
4.77k stars 201 forks source link

Add Makefile flags to ease building on Cygwin #855

Open hamza-tam opened 9 months ago

hamza-tam commented 9 months ago

To make the software available for windows user, some flags have been added to make easy and straightforward to build the tool on Cygwin.

Two flags have been added:

To link libxlsxwriter, the makefile is relying on pkg-config to detect if the library is correctly installed, which does not work on cygwin since ldconfig does not exist. Therefore the library should be linked manually. And that is exactly what this PR is enabling.

N.B: Guides on how to build on windows environment will be added after the merge. N.B: The build has been tested on the latest cygwin environment available v3.4.9.