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

Building example requires Makefile editing #2

Open
XFer012 opened this issue Oct 7, 2023 · 0 comments
Open

Building example requires Makefile editing #2

XFer012 opened this issue Oct 7, 2023 · 0 comments

Comments

@XFer012
Copy link

XFer012 commented Oct 7, 2023

Hello, very nice library, thank you!

In the README, precisely here https://github.com/mertyGit/SIL#examples-1 , you write:
"use 'make gdi' for windows+gdi"

Actually this leads to

> make gdi
make: *** No rule to make target 'gdi'.  Stop.

Opening the Makefile, you actually set the target in DEST:
DEST=winsdl

The variable is not overwritten by command line.
So in order to actually build for Windows GDI, one has to edit the Makefile and set DEST to the desired target.

Maybe you could update the README or the Makefile?
Thanks

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

No branches or pull requests

1 participant