Reputation: 11
I have Lua incorporated on code:blocks IDE and I want to do some TCP programming with a Lua library called LuaSockets. The problem is I cant install it and have no idea how to do it (I already searched everywhere for a long time, god knows how much) Is there anyone that has already done this?
Upvotes: 1
Views: 183
Reputation: 41220
Install luarocks according to the instructions for Windows or UNIX
From a command line, type
luarocks install luasocket
Upvotes: 1