summaryrefslogtreecommitdiff
path: root/binary/static-gcc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* binary: derive library search paths; minor Windows fixHisham Muhammad2018-07-041-2/+1
|
* Experimental Windows cross-compiled binary buildHisham Muhammad2018-07-021-6/+19
| | | | | | | | | | | | This commit consolidates the work that has been ongoing over the last few weeks in producing the single-binary builds of LuaRocks based on the new distribution model described in https://github.com/luarocks/luarocks/wiki/Project:-LuaRocks-new-distribution-model The single-binary build is in a good shape for Linux, it's a work-in-progress for Windows (binaries do build, but some work on the dependencies is still necessary), and is untested in macOS.
* Unix: new build systemHisham Muhammad2018-07-011-0/+158
* Reworked configure script * Now passes shellcheck * New Makefile for Unix * Simplified `make` and `make install` targets * Simplified `make bootstrap` target * New targets `make binary` and `make install-binary` build and install an all-in-one binary of LuaRocks