Win 10 中的 LuaRocks 安装不执行任何操作

LuaRocks Installation in Win 10 does nothing

我刚开始学习Lua几天前。

我的系统:

Windows 10
Lua 5.2.4  Copyright (C) 1994-2015 Lua.org, PUC-Rio

我下载并解压了 LuaRocks-3.5.0-Windows-64.zip。单击 exe 并允许 运行 权限后,我可以看到闪烁的命令提示符。它就这么消失了。

接下来要安装什么?

谢谢。

下一步或实际上第一步显然是阅读手册。

我引用一下https://github.com/luarocks/luarocks/wiki/Installation-instructions-for-Windows

unpack it and you'll have a luarocks.exe ready to use.

您不必“安装”luarocks。该 zip 文件包含两个可执行文件。将它们放在一个文件夹中,最好将该文件夹添加到您的 PATH 系统变量中。

下载并解压存档后,阅读

https://github.com/luarocks/luarocks/wiki/Using-LuaRocks

那是命令行工具。您从命令行 运行 他们。双击它们不会有太大作用,因为您没有提供任何 options/arguments 这样的东西。