Closed jodros closed 1 year ago
I followed the instructions in docs/install.md, but always get stuck at the 18% step.
I guess you need to provide readline and history libraries that wxgtk2ud depends on.
But my questions is: it wouldn't be much more accessible to everyone to deploy the compiled shared objects in LuaRocks? Or at least to include them in this repository?
The answer is here: https://github.com/pkulchenko/wxlua/issues/65#issuecomment-621275281
You can use the binaries included with ZeroBraneStudio (https://github.com/pkulchenko/ZeroBraneStudio/blob/master/bin/linux/x64/clibs/libwx.so and https://github.com/pkulchenko/ZeroBraneStudio/blob/master/bin/linux/x86/clibs/libwx.so), as they are compiled against Lua 5.1, which is what you're using. The IDE also includes the build scripts (in the build/ folder) that will build wxlua library for your platform and Lua version (if you need non-lua 5.1 one).
Greetings,
after searching for any good GUI library for Lua, I've found your project some days ago and then I'm trying to compile it. I'm not used to compile stuff myself.
I followed the instructions in docs/install.md, but always get stuck at the 18% step.
But my questions is: it wouldn't be much more accessible to everyone to deploy the compiled shared objects in LuaRocks? Or at least to include them in this repository?
Thank you for your attention.