Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Makefile flags to ease building on Cygwin #855

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

hamza-tam
Copy link
Contributor

@hamza-tam hamza-tam commented Nov 7, 2023

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:

  • O_CYGWIN which activate building for cygwin.
  • O_LIBXLSXWRITER_ROOT which points to the root of the libxlsxwriter cloned project.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant