coffeepp icon indicating copy to clipboard operation
coffeepp copied to clipboard

Use makefile.

Open prail opened this issue 6 years ago • 4 comments

Could you please consider using basic makefiles instead of WAF? This would help those who would like to build without installing large amounts of extra command line dependencies.

prail avatar Jul 22 '17 00:07 prail

extra command line dependencies.

You'll only need Python to build with Waf. You can even use Python 2 by calling Waf with python2 waf.

I think Waf has a Makefile export function. I'll look into that and see if I can add this Makefile to the repo. A handcrafted Makefile is a lot of work if it would be done right :(

jhasse avatar Jul 22 '17 07:07 jhasse

No need to handcraft makefiles if you don't want to. :) Just a suggestion to make this more accessible to those who are beginners.

prail avatar Jul 24 '17 04:07 prail

Makefiles are actually quite easy to make in most cases.

moon-chilled avatar Sep 02 '17 20:09 moon-chilled

@Elronnd I agree. :) Especially with a project this small.

prail avatar Sep 04 '17 20:09 prail