You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-7Lines changed: 5 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ Lua for Windows (LfW) combines Lua binaries, Lua libraries with a Lua-capable ed
7
7
8
8
## Download ##
9
9
10
-
Download Lua\_V5.1.4-46.exe from [Google Code](http://code.google.com/p/luaforwindows/downloads/list)
10
+
Download Lua\_V5.1.4-47.exe from [GitHub]()
11
11
12
12
## Install Notes ##
13
13
@@ -66,7 +66,7 @@ C header files/libraries/etc. for building C module
66
66
|[Lanes](http://luaforge.net/projects/lanes/)|2.0.4|Provides the possibility to run multiple Lua states in parallel.|
67
67
|[MetaLua](http://metalua.luaforge.net/)|0.5-rc1|A complete macro system with full compatibility with Lua 5.1 sources and bytecode: clean, elegant semantics and syntax, amazing expressive power, good performances, near-universal portability.|
68
68
|[LuaGL](http://luagl.wikidot.com/)|1.3|Provides access to all of the OpenGL functionality from Lua 5.x .|
69
-
|[Penlight](http://stevedonovan.github.com/Penlight/)|1.0.3|Common lua code patterns for tables, arrays, strings, paths and directories, data, and functional programming.|
69
+
|[Penlight](http://stevedonovan.github.com/Penlight/)|1.3.2|Common lua code patterns for tables, arrays, strings, paths and directories, data, and functional programming.|
70
70
|[lbase64](http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/)|for Lua 5.1|A base64 library for Lua.|
71
71
|[gzio](http://github.com/jmaygarden/gzio)|0.9.0|The Lua gzip file I/O module emulates the standard I/O module, but operates on compressed gzip format files.|
72
72
|[LuaRS232](http://github.com/ynezz/librs232)|1.0.0| RS232 serial communications library|
@@ -275,8 +275,6 @@ C header files/libraries/etc. for building C module
275
275
* Added SubLua version 1.7.4 - Subversion binding
276
276
277
277
**5.1.4-47** 18/March/2015 - 33rd release
278
-
^ Updated stdlib to release 28.
279
-
^ Updated Penlight to 1.3.2.
280
-
* Moved all downloads and code hosting to GitHub. Older
281
-
releases will not function when Google Code is shut down.
282
-
Make sure to upgrade.
278
+
* Updated stdlib to release 28.
279
+
* Updated Penlight to 1.3.2.
280
+
***WARNING**: Moved all downloads and code hosting to GitHub. Older releases will not function when Google Code is shut down. Make sure to upgrade.
0 commit comments