Potrzebuje skompilować program -> https://github.com/viruscamp/luadec
Są instrukcje: (po zainstalowaniu programu git komenda git clone zadziałała, make linux nie działa)
git clone https://github.com/viruscamp/luadec
cd luadec
git submodule update --init lua-5.1
cd lua-5.1
make linux
cd ../luadec
make LUAVER=5.1
If you want to build it for lua 5.2 or 5.3 , just replace 5.1 above to 5.2 or 5.3.
There are also project files for vc2008, tested for vc2008 and vc2013.
Before compiling, make sure there are correct sources in lua-5.1 , lua-5.2 or lua-5.3.
niezdecydowany