Last active
July 21, 2020 08:58
-
-
Save anddam/985c70cda0b4d427c6237347b90da81e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Configuring LuaRocks version 3.3.1... | |
Lua interpreter found: /usr/bin/lua | |
Checking if /usr/bin/lua is Lua version 5.3... yes | |
lua.h found: /usr/include/lua.h | |
unzip found in PATH: /usr/bin | |
Done configuring. | |
LuaRocks will be installed at......: /usr/local | |
LuaRocks will install rocks at.....: /usr/local/share/luarocks | |
LuaRocks configuration directory...: /usr/local/etc/luarocks | |
Using Lua from.....................: /usr | |
* Type make and make install: | |
to install to /usr/local as usual. | |
* Type make bootstrap: | |
to install LuaRocks into /usr/local/share/luarocks as a rock. | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/usr/local/bin/lua/?.lua | |
/usr/local/bin/lua/?/init.lua | |
/root/.config/vis/?.lua | |
/root/.config/vis/?/init.lua | |
/etc/vis/?.lua | |
/etc/vis/?/init.lua | |
/usr/local/share/vis/?.lua | |
/usr/local/share/vis/?/init.lua | |
/usr/share/lua/5.3/?.lua | |
/usr/share/lua/5.3/?/init.lua | |
/usr/lib64/lua/5.3/?.lua | |
/usr/lib64/lua/5.3/?/init.lua | |
/usr/lib64/lua/5.3/?.so | |
/usr/lib64/lua/5.3/loadall.so |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment