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
Search found 2 matches
- 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: 1984
- 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: 1984
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...