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

Addition of a build system generator #8

Open
elfring opened this issue Apr 25, 2014 · 7 comments
Open

Addition of a build system generator #8

elfring opened this issue Apr 25, 2014 · 7 comments

Comments

@elfring
Copy link

elfring commented Apr 25, 2014

I suggest to reuse a higher level build system than your current small make file so that powerful checks for software features will become easier.

@e-n-f
Copy link
Owner

e-n-f commented Apr 25, 2014

The Makefile is already more complicated than I want it to be, actually. I'd like to get rid of the pkg-config stuff and just say -lpng if I could get away with it.

@elfring
Copy link
Author

elfring commented Apr 25, 2014

Are you interested in portable make files?
How do you think about to improve software portability by feature checks?

@e-n-f
Copy link
Owner

e-n-f commented Apr 25, 2014

No, I would in general like to depend only on facilities that exist on any reasonably modern Unix system.

@elfring
Copy link
Author

elfring commented Apr 25, 2014

There are some variations to consider for implementation details to be safe ...

@e-n-f
Copy link
Owner

e-n-f commented Apr 25, 2014

As far as I know, everything I am doing is platform-neutral for the platforms I am targeting.

@elfring
Copy link
Author

elfring commented Sep 15, 2014

Does a tool like "autoscan" show any software dependencies that you find worth for further considerations?

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

3 participants
@elfring @e-n-f and others