viruscamp / luadec

Lua Decompiler for lua 5.1 , 5.2 and 5.3
1.14k stars 343 forks source link

'make' is not recognized as an internal or external command #57

Open KaizerFox opened 6 years ago

KaizerFox commented 6 years ago

'make' is not recognized as an internal or external command

w h a t

shayneoneill commented 6 years ago

apt-get install buildtools , or whatever the equivilent on your flavor of linux

on mac, ensure you have xcode command line tools in place.

On windows....... bash scripts probably wont work.

guloic commented 3 years ago

I'm using windows and I need to use luadec. What do I need to do?