Page 2 of 2

Re: Using openssl with love

Posted: Fri Feb 12, 2016 9:01 pm
by bobbyjones
Yup they are api compatible. Also if you are new with Lua then I recommend you do a couple projects before doing something that requires external clibs. Adding an external c library is rather simple once you start to understand everything. The only issue is getting the clib binaries.

Re: Using openssl with love

Posted: Fri Feb 12, 2016 10:35 pm
by mmanso
The project I have in hands and that brought me to love2d and lua requires this OpenSSL integration so, I Guess i dont have any other choice than make lua-openssl work with love2d in Linux and android... Hope it works...

Re: Using openssl with love

Posted: Sat Feb 13, 2016 12:50 am
by bobbyjones
Use luasec. On Linux it's simple. Just have luarocks install luasec next to your src folder. On Android it's more complicated because you need to compile for Android and you also need to make sure openssl is available.