I have a book called Beginning Lua Programming, which is supposed to go back to basics, but it's kind of like leaving me in difficulty. Here is an attempt to condense 3 pages:
Quote:
The following environment variables are recommended for Windows: UTIL_DIR=c:\program files\utility LUA_DIR=c:\program files\lua\5.1 LUA_CPATH=?.dll;%LUA_DIR%\?.dll LUA_PATH=?.lua;%LUA_DIR%\?.lua The UTIL_DIR variable identifies the utility directory you created in the preceding section.
After that, there is a segment about setting up a "window search path" for lua. Basically, he tells me to see the result of "doskey /?" and the "path" and understand it yourself. I have no idea what they are doing, how to use them, and what is the difference between them.
I'm crazy. A detailed explanation or link to a detailed blog / article or youtube video is much appreciated!
source share