-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Hi,
Thanks for creating this decoder, and publishing this info. It may help me diagnose an issue. But before I get to actually using it :-), I thought I'd let you know about a couple of small issues with the setup instructions.
Installing this on a raspberry pi, but don't think that is the issue.
I installed the specified version of Lua (lua5.2-dev), and tried both LuaRocks 2.4.4 and 2.4.2.
When I ran ./configure, both complained about not finding headers, soI tried both with:
' --with-lua-include=/usr/include/lua5.2/'.
But in both cases the configure complained about interpreter mismatches. Seems that luarocks expects only 5.1?
So I did an apt-get install of lua5.1-dev, and the .configure and make bootstrap worked.
When I did the luarocks install, it seems that the name is lua-zlib, rather than lua_zlib.
Thanks and best regards,
~paul