Hi,

I was wondering if it is at all possible to have a quick list of
command-line instructions for Windows that gets LuaRocks up and
running, just like we have for Unix at the luarocks.org front page:

> Quick Start
>
> Installing LuaRocks in a Unix system:
>
> $ wget http://luarocks.org/releases/luarocks-2.3.0.tar.gz
> $ tar zxpf luarocks-2.3.0.tar.gz
> $ cd luarocks-2.3.0
> $ ./configure; sudo make bootstrap
> $ sudo luarocks install luasocket
> $ lua
> Lua 5.3.2 Copyright (C) 1994-2015 Lua.org, PUC-Rio
> > require "socket"

An example of a website that includes something like this for Windows
is the Chocolatey package manager:

https://chocolatey.org/

Do you think that we could have less confusion about the default setup
if we put some kind of instruction like this up front in the website?

-- Hisham

------------------------------------------------------------------------------
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://pubads.g.doubleclick.net/gampad/clk?id=278785231&iu=/4140
_______________________________________________
Luarocks-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/luarocks-developers

Reply via email to