我应该编译 luarocks 'as usual' 还是作为 'rock'?
Should Icompile luarocks 'as usual' or as a 'rock'?
我按照此处的说明安装了 Lua Rocks:
https://github.com/keplerproject/luarocks/wiki/Download#Installing
在“./configure”之后,我收到一条消息,让我选择:
'make build' 然后 'make install'
要么
'make bootstrap'
这两个有什么区别,我应该选择哪个?
从ChangeLog可以看出:
make bootstrap
is now an advertised option for installing LuaRocks itself as a rock on Unix systems
这意味着如果你这样做,你可以通过 luarocks install
:
升级 luarocks
Those of you who installed LuaRocks 2.1.0 or later by using make bootstrap
on Unix may upgrade by simply running: luarocks install luarocks
我按照此处的说明安装了 Lua Rocks: https://github.com/keplerproject/luarocks/wiki/Download#Installing
在“./configure”之后,我收到一条消息,让我选择: 'make build' 然后 'make install' 要么 'make bootstrap'
这两个有什么区别,我应该选择哪个?
从ChangeLog可以看出:
make bootstrap
is now an advertised option for installing LuaRocks itself as a rock on Unix systems
这意味着如果你这样做,你可以通过 luarocks install
:
luarocks
Those of you who installed LuaRocks 2.1.0 or later by using
make bootstrap
on Unix may upgrade by simply running:luarocks install luarocks