ndreynolds / ex_termbox

Low-level termbox bindings for Elixir
MIT License
55 stars 14 forks source link

Use system waf instead of the out of date waf included with termbox #11

Open BlackEdder opened 1 year ago

BlackEdder commented 1 year ago

This fixes build issues on newer systems, but does require people to install waf on their system.

Untested, but this should fix #9

veliandev commented 10 months ago

I can confirm this works on a clean install (OS and all). I simply picked up waf from the AUR and ran this branch with termbox in c_src and it went off without a hitch. Been hoping to get this working so I can run ratatouille for ages! Thanks, BlackEdder. Hope it's merged some day.