On Tue, Mar 6, 2012 at 11:28 AM, Betim Sadiku <[email protected]> wrote: > hello, > > i tried to install luasockt with the following command: > > luarocks install luasocket > > but the process ended with a build error: > > the command "msbuild" is either misspelled or couldn't find > > > please suggest me what to do >
Looks like you're trying to install it from Windows and you don't have a C compiler environment set up. My suggestion is to use the latest binary package that was provided. Try this: luarocks install http://luarocks.org/repositories/rocks/luasec-0.4-2.win32-x86.rock Alternatively, you can give Lua For Windows a try: https://code.google.com/p/luaforwindows/ It includes a number of pre-built packages for Windows, including LuaSocket and LuaRocks. -- Hisham http://hisham.hm/ ------------------------------------------------------------------------------ Keep Your Developer Skills Current with LearnDevNow! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-d2d _______________________________________________ Luarocks-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/luarocks-developers
