aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 8 insertions, 0 deletions
diff --git a/README b/README
index 705859c..c0fe765 100644
--- a/README
+++ b/README
@@ -47,6 +47,14 @@ if this no longer applies on more recent kernels.
47 Usage on Mac OS X: 47 Usage on Mac OS X:
48====================== 48======================
49 49
50Lanes needs a c++20 compiler with enough of the standard being implemented.
51
52Building Lanes using Luarocks, that means (thanks Thijs!):
53
54luarocks make CC="env MACOSX_DEPLOYMENT_TARGET=13.3 gcc" LD="env MACOSX_DEPLOYMENT_TARGET=13.3 gcc" CFLAGS="-O2 -fPIC -std=c++20"
55
56The rest of the text here is from Asko, and may well be outdated. Feel free to correct it if you know better.
57
50No real problems in OS X, _once_ everything is set up right... 58No real problems in OS X, _once_ everything is set up right...
51 59
52In short, have your Lua core compiled with LUA_USE_DLOPEN and LUA_USE_POSIX 60In short, have your Lua core compiled with LUA_USE_DLOPEN and LUA_USE_POSIX