From: Paul K <pau...@ya...> - 2016-06-06 04:31:55
|
Hi Ulrich, > I plan to update ZBS build scripts to support wx.dll building for Lua > 5.2 and Lua 5.3. I pushed the updated scripts to wxwidgets31x-upgrade branch (https://github.com/pkulchenko/ZeroBraneStudio/tree/wxwidgets31x-upgrade) You should be able to run "(cd build; bash build-win32.sh wxwidgets lua 5.3 wxlua)" and get wx.dll compiled for Lua 5.3 (it will be installed in clibs53 folder); similar for Lua 5.2. Paul. |