hererocks icon indicating copy to clipboard operation
hererocks copied to clipboard

Python script for installing Lua/LuaJIT and LuaRocks into a local directory

Results 11 hererocks issues
Sort by recently updated
recently updated
newest added

This repository is no longer maintained. Sadly @mpeterv passed away last year. Please submit issues and PRs to https://github.com/luarocks/hererocks, and let us know if you would consider helping to maintain...

Bash can run on Windows, and comes bundled with Git. However, Hererocks doesn't generated activation scripts for Bash when running on Windows, only cmd and Powershell scripts. It would be...

see https://ci.appveyor.com/project/osch/experimental/build/0.3.2.37 luarocks 2.4.4 output: ``` Configuration files: System: c:/hererocks/luarocks/config-5.3.lua (ok) User : C:/Users/appveyor/AppData/Roaming/luarocks/config-5.3.lua (not found) ``` luarocks 3.0.2 output: ``` Configuration files: System : C:/Program Files/luarocks/config-5.3.lua (not found) User...

I'd like it if hererocks just had an option to download (and pre-fill the cache) and skip the build/install step.

I'd like to be able to set the download directory for future hererocks invocations. ==> I'd like to be able to set the default download location in a config file....

Output when opening a prompt, running the VS script for variable setup, then calling hererocks ``` (here) C:\DELETEME>"C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\VC\Auxiliary\Build\vcvars64.bat" ********************************************************************** ** Visual Studio 2017 RC Developer Command...

- compiles lua with .so shared lib per default - added --no-shared to skip building shared lib (and avoid -fPIC addition) Fixes #31

Hello, I'm using hererocks to test the embedded runtime integration in a program, and it's lacking the `.so` creation. Is there a way to make hererocks generate it? Or would...