From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jason at zx2c4.com (Jason A. Donenfeld) Date: Fri, 17 Jan 2014 23:36:07 +0100 Subject: Missing dependency In-Reply-To: References: Message-ID: On Fri, Jan 17, 2014 at 8:08 PM, F?lix C. Morency wrote: > You should add pkg-config to the list of dependencies in the README. It is > required if you want to build with Lua support. Also, it might be a good > idea to check for pkg-config presence in the Makefile. Thanks for the report; this is a good idea. Do you have any ideas on a fallback, for when pkg-config isn't available? I know for LUA_IMPLEMENTATION=VANILLA, we can probably just add a -llua to LIBS, but it's not as straight forward for LUA_IMPLEMENTATION=JIT. Any feedback would be most appreciated. Jason