Mention supported platforms in README [ci skip]

This commit is contained in:
mpeterv 2016-04-06 18:59:14 +03:00
parent ff42be1ac9
commit d3ff784117

View File

@ -11,6 +11,13 @@ hererocks
``hererocks`` is a single file Python script for installing `Lua <http://http://www.lua.org/>`_ (or `LuaJIT <http://luajit.org/>`_) and `LuaRocks <https://luarocks.org/>`_, its package manager, into a local directory. It configures Lua to only see packages installed by that bundled version of LuaRocks, so that the installation is isolated.
Supported platforms
-------------------
hererocks supports platforms that have `gcc` (`cc` for OS X). When building Lua it emulates a ``make`` target, using ``linux``, ``macosx`, and ``freebsd`` on corresponding systems and falling back to ``posix`` and ``generic`` on others.
Windows support is almost implemented on master branch, but latest released version doesn't have it yet.
Installation
------------