Skip to content
This repository has been archived by the owner on Jun 30, 2023. It is now read-only.

Commit

Permalink
Update build instructions
Browse files Browse the repository at this point in the history
Explain how to build for non-linux platforms.
  • Loading branch information
hjdivad committed Jun 15, 2022
1 parent ccb147c commit a9c35fd
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,22 @@ The `Makefile` pulls and builds various dependencies into `.deps`.

make

To build on platforms other than linux, specify a `LUA_TARGET`, e.g.

LUA_TARGET=macosx build

Valid `LUA_TARGET`s are those supported by lua 5.1 i.e. one of:
* aix
* ansi
* bsd
* freebsd
* generic
* linux
* macosx
* mingw
* posix
* solaris

Test
----

Expand Down

0 comments on commit a9c35fd

Please sign in to comment.