Luarocks on windows not recognizing my lua_libdir
问题 i want to install nngraph on lua using luarocks using this code luarocks --from=https://raw.githubusercontent.com/torch/rocks/master/ install nngraph but it's give me an error it said : Error: Failed finding Lua library. You may need to configure LUA_LIBDIR. does anyone have same experience? can you solve it ? this was my config-5.2.lua : rocks_trees = { { name = [[user]], root = home..[[/luarocks]], }, { name = [[system]], root = [[d:\shared\ta\_bootstrap\_install\]], }, } variables = {