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
Luarocks-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/luarocks-developers

Reply via email to