From 16a5fed65808adf648004b34f98718301d718fa2 Mon Sep 17 00:00:00 2001 From: darylm503 Date: Fri, 7 Nov 2014 20:18:01 +0000 Subject: AppPkg: Add the Lua interpreter and library. StdLib: Add support and include files for Lua. The sources for the Lua standalone interpreter, as well as its library, have been added to AppPkg/Applications/Lua. The Lua library, LuaLib, can be used to embed Lua into new applications. The Lua header files, needed for both building and embedding, are located in StdLib/Include/Lua. The original versions of these header files, in the source directory, have been converted into stubs that reference the include files in StdLib. This allows us to keep the Lua sources as close to the distributed version as possible. Documentation is contained in the Lua/doc directory. Further information is available at www.lua.org. Contributed-under: TianoCore Contribution Agreement 1.0 Signed Off by: Bruce Maynard Reviewed by: Daryl McDaniel git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16313 6f19259b-4bc3-4df7-8a09-765794883524 --- AppPkg/ReadMe.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'AppPkg/ReadMe.txt') diff --git a/AppPkg/ReadMe.txt b/AppPkg/ReadMe.txt index 3d41588d6f..d0e53535d1 100644 --- a/AppPkg/ReadMe.txt +++ b/AppPkg/ReadMe.txt @@ -48,6 +48,11 @@ The EADK is comprised of three packages: See the PythonReadMe.txt file, in the Python directory, for information on configuring and building Python. + Lua A port of the Lua-5.2.3 interpreter for UEFI. This + application is disabled by default. Un-comment the line for + LuaLib.inf in the [LibraryClasses] section and Lua.inf in the + [Components] section of AppPkg.dsc to enable building Lua. + OrderedCollectionTest A small Standard C Library application that demonstrates the use of the OrderedCollectionLib library class (provided by the BaseOrderedCollectionRedBlackTreeLib library -- cgit v1.2.3