Search found 2 matches

by radbuglet
Fri Feb 23, 2018 11:50 pm
Forum: Support and Development
Topic: The use of external libraries that use C in löve: websockets-lua
Replies: 1
Views: 1899

Re: The use of external libraries that use C in löve: websockets-lua

Solution: You can locally download modules on luarocks using the --tree flag.

Here is the full documentation for the luarocks command: https://github.com/luarocks/luarocks/wiki/luarocks
by radbuglet
Fri Feb 23, 2018 10:37 pm
Forum: Support and Development
Topic: The use of external libraries that use C in löve: websockets-lua
Replies: 1
Views: 1899

The use of external libraries that use C in löve: websockets-lua

Hello, I was doing research on how to use a websocket server in conjunction with lua and found the library lua-websockets . However, this library requires a couple of modules that use C. How would I use this inside of a löve application (Especially for distribution)? Note: I am only using macosx and...