Binary modules
Sometimes, user scripts may need some binary module (e.g., LuaFileSystem) for its functioning. There are two ways of installing the binary modules:
If there is no specific setup for changing
package.cpath(usually via the environment variableLUAFAR_CPATH), then put the binary modules into%FARHOME%directory.Otherwise, put the binary modules into any directory listed in
package.cpath.