Saturday, February 16, 2008
Tiny Lua Distribution
Lua 5.1.3 has been finally released. I downloaded the binaries from LuaBinaries only to discover that the Windows version has been compiled with Microsoft Visual C++. That means that one would now need to carry along three files instead of one: the lua interpreter, and lua51.dll and the runtime library for Visual C++ (msvcr80.dll)!
I recompiled the source code of Lua with Dev-C++ and now only one file is needed, just like the Linux version! I also compressed the two versions with UPX so that each one of them is around 65KB. You can download these two tiny interpreters from here.
Categories:
Portable Applications,
Programming
Subscribe to:
Post Comments (Atom)
Popular Posts
-
This article probably also applies to: VGN-FZ38M Yeap I bought it. I though that since it had an NVidia card and it was Centrino based etc i...
-
The other day, while browsing Wikipedia, I wondered how hard it must be to have weird fetishes without being able to share them with someone...
-
Widely disliked to the point of being considered predatory, difficult to measure in terms of real cost, and one of the most common points o...
well, it totaly deppends how it is builded in VC++
ReplyDeleteProbably you are right but anyway I don´t have Visual C++. I have no problem with the Visual Studio series of Microsoft by the way. In fact I like VB a lot and I used it in the past. If I compiled it like you say so that it is just one file, would it include the whole msvcr80.dll (meaning that it will be quite big)?
ReplyDelete