Anyway, you don't need that, since you can easily have different LuaRocks
installs using the /P flag and /SELFCONTAINED

I have three different LR installs (for 5.1.5, 5.2.4 and 5.3.0). I just
point the installer to the appropiate Lua installation. Like the following
(Windows)

Lua 5.1.5
install /P c:\luarocks /LUA d:\dropbox\lua\5.1 /SELFCONTAINED

Lua 5.2.4
install /P c:\luarocks52 /LV 5.2 /LUA d:\dropbox\lua\5.2 /SELFCONTAINED

Lua 5.3
install /P c:\luarocks53 /LV 5.3 /LUA d:\dropbox\lua\5.3 /SELFCONTAINED

And then I just create some symlinks so I get
luarocks, luarocks52 and luarocks53 commands available.

​
------------------------------------------------------------------------------
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
_______________________________________________
Luarocks-developers mailing list
Luarocks-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/luarocks-developers

Reply via email to