49
edits
| Line 26: | Line 26: | ||
* .linux - Linux, using the '.so' extension | * .linux - Linux, using the '.so' extension | ||
* .osx - Mac OS, using the '.so' extension | * .osx - Mac OS, using the '.so' extension | ||
The path is either a full OS file system path to the library location, or a path relative to the luanch location, which is the location of the executable for the engine. | |||
So, for an path executable path 'd:\install\engine.exe' and 'lib_path' of './lib/': | |||
\install | |||
engine.exe | |||
lib | |||
gamex86.dll | |||
gamex64.dll | |||
data | |||
... | |||
== Examples == | == Examples == | ||