Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | binary: derive library search paths; minor Windows fix | Hisham Muhammad | 2018-07-04 | 1 | -2/+1 |
| | |||||
* | Experimental Windows cross-compiled binary build | Hisham Muhammad | 2018-07-02 | 1 | -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 system | Hisham Muhammad | 2018-07-01 | 1 | -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 |