Compare commits

...

5 Commits

Author SHA1 Message Date
rjpcomputing eb2cc9bdaa
Update README.md
Clarify the install notes #133.
2021-05-24 15:58:19 -04:00
Jacob e3b99cc50d - Updating changelog and revision for release. 2018-01-30 11:31:50 -05:00
rjpcomputing eaf6205dfa Merge pull request #117 from dubsjw/master
Preventing download of redistributable.
2017-08-28 10:26:46 -04:00
Dubs 5416075300 Preventing download of redistributable package as this causes issues on 64-bit machines. 2017-08-25 14:01:41 -04:00
RJP Computing 4f81dbd2b0 Updated to Lua 5.1.5 executables.
Updated to the latest SubLua.
2016-03-29 10:29:50 -05:00
10 changed files with 17 additions and 6 deletions

View File

@ -25,8 +25,8 @@
;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
; -- General Installer configuration
#define MyAppVer "5.1.4.50"
#define MyAppDisplayVer "5.1.4-50"
#define MyAppVer "5.1.5.52"
#define MyAppDisplayVer "5.1.5-52"
#define MyAppName "Lua"
#define MyAppDisplayName "Lua for Windows"
#define MyAppPublisher "The Lua for Windows Project and Lua and Tecgraf, PUC-Rio"
@ -37,7 +37,7 @@
; -- Dependancy handling configuration
; Comment out the #define DOWNLOAD_FILES if you want to build the
; dependencies into the installer.
#define DOWNLOAD_FILES
;#define DOWNLOAD_FILES
#define vcRedistURL "http://github.com/rjpcomputing/luaforwindows/releases/download/vc-runtime/vcredist_x86.4053.exe"
; -- Pre-Build Step.

View File

@ -11,7 +11,7 @@ Download Lua For Windows installer from [GitHub](http://github.com/rjpcomputing/
## Install Notes ##
Lua for Windows installs Lua language, SciTE based Lua IDE and Lua modules to the directory of you choice at install time. Lua for Windows and it's modules all depend on the MSVC++ 2005 runtime library. Lua for Windows install will automatically download this runtime and install it for you if you don't have runtime installed on your computer. The runtime is contained in the file [vcredist\_x86.exe](http://github.com/rjpcomputing/luaforwindows/releases/download/vc-runtime/vcredist_x86.4053.exe), if you don't want this download to occur at installation then place the [vcredist\_86.exe](http://github.com/rjpcomputing/luaforwindows/releases/download/vc-runtime/vcredist_x86.4053.exe) in same directory as Lua for Windows install exe.
Lua for Windows installs Lua language, SciTE based Lua IDE and Lua modules to the directory of you choice at install time. Lua for Windows and it's modules all depend on the MSVC++ 2005 runtime library. Lua for Windows install will automatically download this runtime and install it for you if you don't have runtime installed on your computer. The runtime is contained in the file [vcredist\_x86.exe](http://github.com/rjpcomputing/luaforwindows/releases/download/vc-runtime/vcredist_x86.4053.exe), if you don't want the runtime to download during installation time (for offline instalation), just place the [vcredist\_86.exe](http://github.com/rjpcomputing/luaforwindows/releases/download/vc-runtime/vcredist_x86.4053.exe) in same directory as Lua for Windows install exe.
## LfW Components ##
@ -74,7 +74,7 @@ C header files/libraries/etc. for building C module
|[LuaRocks](http://luarocks.org)|2.0.2| A deployment and management system for Lua modules.|
|[Oil](http://oil.luaforge.net)|0.4-beta| It is a simple, efficient and flexible object request broker written in the Lua language.|
|[LuaJSON](http://github.com/harningt/luajson)|1.2.2| JSON parser/encoder for Lua Parses JSON using LPEG for speed and flexibility. Depending on parser/encoder options, various values are preserved as best as possible.|
|[SubLua](https://sourceforge.net/projects/subcpp/)|1.8.11| Subversion binding.|
|[SubLua](https://sourceforge.net/projects/subcpp/)|1.8.10-35352| Subversion binding.|
|[30Log](https://github.com/Yonaba/30log)|1.0.0| 30 lines library for object orientation in Lua.|
|[Moses](http://yonaba.github.io/Moses)|1.4.0| Utility library for functional programming in Lua.|
|[Binary-Heaps](http://yonaba.github.com/Binary-Heaps)|1.5.1| Implementation of binary heaps data structure in pure Lua.|
@ -298,3 +298,7 @@ C header files/libraries/etc. for building C module
* Fixes #98 - Lua For Windows Installer - 'h' is an invalid URL.
* Changed app URL to point to GitHub.
* Changed minimum version to reflect the GitHub version.
**5.1.5-51** 29/March/2016 - 37th release
* Updated to Lua 5.1.5.
* Updated SubLua to 1.8.10-35352

View File

@ -1,4 +1,11 @@
=================== Lua For Windows ===================
08/15/2017
* Disabling vcredist_x86 download to prevent installation issues.
03/29/2016 Version 5.1.5-51
^ Updated Lua to 5.1.5.
^ Updated SubLua to 1.8.10-35352.
10/22/2015 Version 5.1.4-50
* Fixes #98 - Lua For Windows Installer - 'h' is an invalid URL.
* Changed app URL to point to GitHub.
@ -11,7 +18,7 @@
09/16/2015 Version 5.1.4-48
+ Added 30Log v1.0.0 - 30 lines library for object orientation in Lua
^ Updated SubLua to 1.8.11.
^ Updated SubLua to 1.8.10.
03/18/2015 Version 5.1.4-47
^ Updated stdlib to release 28.

BIN
files/bin2c5.1.exe Executable file → Normal file

Binary file not shown.

Binary file not shown.

BIN
files/lua5.1.dll Executable file → Normal file

Binary file not shown.

BIN
files/lua5.1.exe Executable file → Normal file

Binary file not shown.

BIN
files/lua51.dll Executable file → Normal file

Binary file not shown.

BIN
files/luac5.1.exe Executable file → Normal file

Binary file not shown.

BIN
files/wlua5.1.exe Executable file → Normal file

Binary file not shown.