[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [femm] How did U do to install LUA



Tsarafidy RAMINOSOA wrote:


Hi everybody,


I downloaded lua source files from www.lua.org but I
don't know how to build it with visual C++5 (which file
should I build first and is there an order to
follow?). Could anyone explain me how did he proceed?
Many thanks.

Fidy.

Well, you don't need to download and install lua yourself to use it with femm. Lua is compiled into femm, and you run a script by selecting File | Open Lua Script off of the main menu of the preprocessor or post-processor.

If you are interested in compiling Lua for use with some other project, there is an MSVC project included within the femm source code distribution that builds the Lua library. That library can then be statically linked in to any project.

If you want either a lua dll or a stand-alone command line version of lua, these can be downloaded at http://www.lua.org/download.html

Dave.
--
David Meeker <http://femm.berlios.de/dmeeker/>