-
Notifications
You must be signed in to change notification settings - Fork 41
Trouble installing LuaDist #221
Comments
Thanks for reporting. The issue is with luadist/lua master branch being updated to 5.3.2 while the bootstrap process requires lua 5.2 in master. I'll try to push a fix asap. |
Dakujem Peto :) |
The bootstrap process does not install OpenSSL needed for https support. You need to install 'luasec' module after the bootstrap. |
Bootstrap process is working but when I tried to install luasec I got the following error
|
Is there any fix for this yet? More importantly -- is there a simple way I can work around it? I actually have lua 5.3.2 installed elsewhere on my machine, in addition to Lua 5.2.4 which _bootstrap created. Thanks. |
@charlieflowers sorry, this would require update of quite a few modules to support lua-5.3. Sadly we do not have the manpower to manually update the required modules anymore. All our efforts are currently focused on integrating with LuaRocks rockspec-based modules in the LuaDist2 project. This will significantly reduce the maintenance for the project and is the only way we can manage to support lua-5.3 and future releases. For now LuaDist is stuck with lua-5.2 so you will need to install it as: luadist.exe c:\lua52 install lua-5.2 luasec |
Windows7
cmake 3.4.1
mingw 32bit
Terminal output:
The text was updated successfully, but these errors were encountered: