Skip to content

build.* usage examples

Cody Tilkins edited this page Feb 25, 2021 · 1 revision

Table of Contents

Usage

Usage:

        build build lua-x.x.x              Builds the driver with a default package
        build package lua-x.x.x            Creates packages for the driver
        build clean                        Cleans the environment of built files
        build install [directory]          Installs to a pre-created directory
        build -? /? --help                 Shows this help message

Notes:
        Uses `debug` for debug binaries
        Uses `debug_coverage` for coverage enabling
        Uses `GCC` for specifying GCC executable
        Uses `OBJCOPY` for modifying GCC objects
        Uses `AR` for specifying AR executable
        Uses `MAKE` for specifying MAKE executable
        Uses `GCC_VER` for specifying lua gcc version for building lua dlls

Configure above notes with set:
        debug, debug_coverage, GCC, AR, MAKE, GCC_VER

        Specify luajit if you want to use luajit

Examples

# Help
build --help
build /?
build -?

# Complete package, default luajit
build driver luajit
build package lua-5.3.5
build package lua-5.2.4
build package lua-5.1.5

# Installing
mkdir inst
build install inst

# Cleaning
build clean
LuaConsole
License
License
Codecov.io
Codecov
Gitter.im
Gitter.im
Travis-cl
travis-ci
Appveyor
appveyor OFF
Clone this wiki locally