From d3ff784117b185800c5748d8c4eb37e82bdc7d2e Mon Sep 17 00:00:00 2001 From: mpeterv Date: Wed, 6 Apr 2016 18:59:14 +0300 Subject: [PATCH] Mention supported platforms in README [ci skip] --- README.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.rst b/README.rst index 63d1e68..49654da 100644 --- a/README.rst +++ b/README.rst @@ -11,6 +11,13 @@ hererocks ``hererocks`` is a single file Python script for installing `Lua `_ (or `LuaJIT `_) and `LuaRocks `_, 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 ------------