Github lua for windows

Lua for Windows v5.1.5-52 Released

Preventing download of vcredist to solve installation issues.

Lua for Windows v5.1.5-51 Released

03/29/2016 Version 5.1.5-51

  • Updated Lua to 5.1.5.
  • Updated SubLua to 1.8.10-35352.

Lua for Windows v5.1.4-50 Released

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.
  • Changed minimum version to reflect the GitHub version.

LuaRocks updater

Steps:

  1. Install LuaForWindows
  2. In a temp location, unzip http://keplerproject.github.io/luarocks/releases/luarocks-2.2.2-win32.zip
  3. In same location, unzip attached lfw_luarocks-2.2.2-win32.zip
  4. In same location, open a command prompt
  • if you want to install rocks, make it a «Visual Studio Command Prompt»
  • make sure LUA_DEV environment var set correctly
  • will probably need to open command prompt as Administrator
  • admin rights are typically need to write to «Program Files»
    5) Run lfw_install.bat
  • this «manually» installs 2.2.2 in the LfW directory
    6) Optionally run lfw_update_rocks.bat
  • this will try to install (get, compile, deploy) rocks for a lot of modules
  • it uses the list from https://code.google.com/p/luaforwindows/
  • A LOT of these will fail
  • it uses the «popular» list from https://luarocks.org/
  • A FEW of these will fail
  • in the end you should have 40-50 modules installed as «rocks»
  • it does some cleanup of old stuff if new installed

Lua for Windows v5.1.4-49 Released

09/23/2015 Version 5.1.4-49

  • Added #97 delaunay Lua module
  • Added #91 Binary Heaps Lua module
  • Added #88 Moses Lua module

Lua for Windows v5.1.4-48 Released

09/16/2015 Version 5.1.4-48

  • Added #86 30Log v1.0.0 — 30 lines library for object orientation in Lua
    ^ Updated SubLua to 1.8.11.

Moved to GitHub

03/18/2015 Version 5.1.4-47
^ Updated stdlib to release 28.
^ Updated Penlight to 1.3.2.
^ Updated SubLua to 1.8.10.

  • Moved all downloads and code hosting to GitHub. Older
    releases will not function when Google Code is shut down.
    Make sure to upgrade.

Lastest Release Before switching to GitHub

WARNING: This release is for historical purposes only. It will break when GoogleCode closes completely. Please use a current GitHub release.

Placeholder for Visual Studio Runtime

This is a simple location for the Visual Studio runtime releases.

Overview

Lua for Windows is a ‘batteries included environment’ for the Lua scripting language on Windows.

Lua for Windows (LfW) combines Lua binaries, Lua libraries with a Lua-capable editor in a single install package for the Microsoft Windows operating system. LfW contains everything you need to write, run and debug Lua scripts on Windows. A wide variety of libraries and examples are included that are ready to use with Microsoft Windows. LfW runs on Windows 2000 and newer versions of Windows. Lua and its associated libraries are also available for other operating systems, so most scripts will be automatically cross-platform.

Download

Download Lua For Windows installer from GitHub

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, if you don’t want the runtime to download during installation time (for offline instalation), just place the vcredist_86.exe in same directory as Lua for Windows install exe.

LfW Components

Installer
Lua Interpreter,
Lua Reference Manual,
Quick Lua Tour Sample,
Examples directory,
Libraries with documentation.
Lua Compiler (luac)
Text Editors (SciTE and I think maybe wxLua editors too)
C header files/libraries/etc. for building C module

Libraries included

Library Version Description
Alien 0.5.0 Provides access to functions in an unknown or new .dll.
IUP 3.5.0 Light Portable Graphical User Interface library.
CD 5.4.1 Canvas Draw: A platform-independent graphic library.
IM 3.6.3 A toolkit for Digital Imaging.
Ex Jan 07 Adds environment, file system, I/O (Locking and pipes), and process control.
LPeg 0.9 Pattern-matching library based on Parsing Expression Grammars (PEGs).
Lua-GD 2.9.33r2 Image manipulation library based on Thomas Boutell’s GD library.
LuaCOM 1.4 Enable use & implementation of Microsoft’s Component Object Model.
LuaCURL 1.0 Interface to Internet browsing capabilities based on the cURL library.
Date 2 Date and Time library for Lua.
LuaDoc 3.01 Documentation tool for Lua source code.
LuaExpat 1.1.0 Lua interface to XML Expat parsing library.
LuaFileSystem 1.4.2 Access the directory structure and file attributes.
LuaLogging 1.2.0 Logging features in Lua, based on log4j.
LuaProfiler 2.0.1 Time profiler designed to find bottlenecks in Lua programs.
LuaSocket 2.0.2 Lua interface to support HTTP,FTP,SMTP, MIME, URL & LTN12.
LuaSQL 2.1.1 Lua interface for PostgreSQL, ODBC, MySQL, SQLite, Oracle, and ADO dbms.
LuaUnit 2.0 Testing framework for Lua.
LuaZip 1.2.3 Read files from zip files.
stdlib 25 Library of modules for common programming tasks, including list, table and functional operations, regexps, objects, pretty-printing and getopt.
lrexlib 2.2 Regular expression library for Lua.
MD5 1.1.2 Basic cryptographic facilities for Lua.
Copas 1.1.5 Dispatcher based on coroutines that can be used by TCP/IP servers.
Coxpcall 1.13 Encapsulates the protected calls with a coroutine based loop, so errors can be dealed without the usual pcall/xpcall issues with coroutines.
Rings 1.2.2 Provides a way to create new Lua states from within Lua. It also offers a simple way to communicate between the creator (http://loop.luaforge.net/) and the created (slave) states.
LOOP 2.3 Beta LOOP stands for Lua Object-Oriented Programming and is a set of packages for supporting different models of object-oriented programming in the Lua language.
LuaTask 1.6.4 Implements a concurrent and independent Lua execution environment model.
LuaInterface 1.5.3 Integration between the Lua language and Microsoft .NET platform’s Common Language Runtime (CLR).
wxLua 2.8.10 Lua binding to the wxWidgets library.
lpack 29 Jun 2007 19:27:20 Lua library for packing and unpacking binary data.
VStruct 1.0.2 Provides functions for manipulating binary data.
LuaBitOps 1.0.1 Lua BitOp is a C extension module for Lua 5.1 which adds bitwise operations on numbers.
LuaXML 1.3 A module that maps between Lua and XML without much ado.
Lanes 2.0.4 Provides the possibility to run multiple Lua states in parallel.
MetaLua 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.
LuaGL 1.3 Provides access to all of the OpenGL functionality from Lua 5.x .
Penlight 1.3.2 Common lua code patterns for tables, arrays, strings, paths and directories, data, and functional programming.
lbase64 for Lua 5.1 A base64 library for Lua.
gzio 0.9.0 The Lua gzip file I/O module emulates the standard I/O module, but operates on compressed gzip format files.
LuaRS232 1.0.0 RS232 serial communications library
LeMock 0.6 Mock creation module intended for use together with a unit test framework such as lunit or lunity.
LuaRocks 2.0.2 A deployment and management system for Lua modules.
Oil 0.4-beta It is a simple, efficient and flexible object request broker written in the Lua language.
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 1.8.10-35352 Subversion binding.
30Log 1.0.0 30 lines library for object orientation in Lua.
Moses 1.4.0 Utility library for functional programming in Lua.
Binary-Heaps 1.5.1 Implementation of binary heaps data structure in pure Lua.
strictness 0.2.0 Tracks accesses and assignments of undefined variables in Lua.
delaunay 0.1.0 Delaunay triangulation for convex polygon.

History

5.1.3.12 9/July/2008 — First release

5.1.3.13 16/July/2008 — Second release

  • New libs LOOPS, LuaTask, LuaInterface.
  • Add Lua headers and Lua lib needed for embedding Lua.

5.1.3.15 7/August/2008 — Third release

  • Added an environment variable called «LUA_DEV» to help C module developers configure their build files. This allows for the paths to be common and easily added to the project settings. (e.g. $(LUA_DEV)/include; $(LUA_DEV)/lib)
  • Added the ability to download the ‘vcredist_x86.exe’.
  • Fixed Visual C++ 8.0 run-time problems. There now has to be a run-time for every dll loaded.
  • Removed ‘msvcr80.dll’ from the root application directory.
  • Updated the Visual C++ 8.0 run-time to SP1.
  • Updated StdLib to version 6.
  • Fixed missing Scite install issue with 5.1.3.14 release.

5.1.4.17 9/September/2008 — Fourth release.

  • Fixed the readyiss.bat file to work with the new ‘lua’ directory.
  • Added wxLua support.
  • Updated to Lua v5.1.4.
  • Changed the ‘lualibs’ to ‘lua’ to support the default locations.
  • Updated SciTE property file to make the help show up correctly.
  • Removed setting the LUA_PATH and LUA_CPATH environment variables.

5.1.4.18 11/September/2008 — Fifth release.

  • Updated Stdlib to version 8.
  • Updated the quickluatour.lua.
  • Updated the luaforwindows document.
  • Fixed LuaInterface module.

5.1.4.19 08/October/2008 — 6th release.

  • Release on http://luaforwindows.googlecode.com/ to cover when LuaForge site was unavailable.

5.1.4.20 26/November/2008 — 7th release.

  • Added lpack (29 Jun 2007 19:27:20) module.
  • Added VStruct v 1.0 beta2 Lua module.
  • Added BitLib release 25 module.
  • Added LuaXML v1.3 module.
  • Updated IUP to version 2.7.
  • Updated CD to version 5.1.
  • Updated IM to version 3.4.

5.1.4.21 5/December/2008 — 8th release.

  • Fixed a SciTE bug when opening the Lua manual.
  • Added lExecutor. This is a wxLua application that allows users to run console Lua scripts in a simple GUI. Look at the documentation (\docs\lexecutor) for more information.
  • Added ‘wildcard’.lexe files to run using lExecutor.
  • Associated ‘wildcard’.lexe files to a custom icon.

5.1.4.22 12/January/2009- 9th release.

  • Added LuaBitOp v1.0.1 library.
  • Fixed a bug in lExecutor to properly pass file loading error to the user.
  • Fixed LuaDoc templates a bit for ‘tables’ and ‘functions’.
  • Fixed !LuaXML so it actually works. Opps.
  • Updated Copas to version 1.1.4.
  • Updated IUP to version 2.7.1.
  • Updated CD to version 5.1.1.
  • Updated IM to version 3.4.1.
  • Removed BitLib. Use LuaBitOp instead.

5.1.4.23 06/Febuary/2009 — 10th release.

  • Added MetaLua v0.5-rc1.
  • Added the ‘strict.lua’ file shipped in the Lua in the ‘etc’ directory.
  • Added Lanes v2.0.3 library.
  • Updated LuaFileSystem to version 1.4.2.

5.1.4.24 rc1 14/April/2009 — 11th release

  • Updated LPeg to version 0.9.
  • Updated Copas to version 1.1.5.
  • Updated the Lua executables so they run on Windows 64

5.1.4.25 rc2 15/April/2009 — 12th release

  • Updated lua51.dll manifest to allow running on Windows 64.

5.1.4.26 rc3 23/April/2009 — 13th release

  • Added an option to start the quickluatour.lua after installation completes.
  • Added a link to the lExecutor documentation in the start menu.
  • Now you can launch quickluatour.lua at the end of the installer
  • Updated luaforwindows.html to be the right version in the example.
  • Updated the LuaQuickTour thanks to Dirk Feytons.
  • Fixed SciTE saving a debugger file to the current running scripts directory. Now it saves it to your local temp directory.
  • Fixed SciTE toolbar icons being incorrect.

5.1.4-27 rc4 27/April/2009 -14th release

  • Fixed SciTE debugger looking for the temp file in the %TMP% location.
  • Fixed debugging files with spaces in the filename.
  • Updated the IM, CD, and IUP examples.
  • Made SciTE use the lua5.1.dll.
  • Changed the version number to use a ‘-‘ as a build number of the LfW package.
  • Changed the installer display name to ‘Lua For Windows’.

5.1.4-28 29/June/2009 — 15th release

  • Fixed SciTE debugger to allow it to debug modules in the same directory as the file using the module.
  • Updated Stdlib to version 11.

5.1.4-29 03/Sept/2009 — 16th release

  • Added Penlight v0.7.2 Lua module.
  • Updated LuaCOM to version 1.4.
  • Updated LuaGL to version 1.3.
  • Updated VStruct to version 1.0.2.

5.1.4-30 10/Sept/2009 — 17th release

  • Added lbase64 module.
  • Added gzio module
  • Updated stdlib to Release 12.

5.1.4-31 07/Dec/2009 — Internal only, not released

  • Added markdown v0.32 Lua module.
  • Fixed C Runtime Error R 6034. Problem 3.
  • Fixed LuaInterface manifest loading issue.
  • Updated luanet.dll to CoInitialize and search in the LUA_CPATH.

5.1.4-32 12/March/2010 — 18th release

  • Added LuaRS232 v1.0.0
  • Added iLua.cmd to easily launch iLua. Also added it to the start menu.
  • Fixed SciTE to properly run interactive Lua session.
  • Updated the clidebugger to take the same paramaters to allow for debug level.
  • Updated Penlight to version 0.8.0.
  • Updated IUP to version 3.0.0.
  • Updated CD to version 5.3.0.
  • Updated IM to version 3.6.0.

5.1.4-33 12/March/2010 — 19th release

  • Added LeMock v0.6

5.1.4-34 18/March/2010 — 20th release

  • Updated Penlight to version 0.8.1

5.1.4-35 07/April/2010 — 21th release

  • Updated lExecutor to version 1.01
  • Updated Penlight to version 0.8.2

5.1.4-36 09/April/2010 — 22th release

  • Updated Penlight to version 0.8.3

5.1.4-37 04/May/2010 — 23th release

  • Updated Penlight to version 0.8.4

5.1.4-38 18/May/2010 — 24th release

  • Fixed #10 — LuaDoc incomplete. Added luadoc_start.bat.
  • Fixed #09 — luanet kill lua.exe
  • Updated the SciTE .api file. Now includes lfs, bit and pack.

5.1.4-39 17/June/2010 — 25th release

  • Added LuaRocks version 2.0.2.
  • Updated wxLua to version 2.8.10.
  • Updated stdlib to release 15.
  • Updated stdlib to release 14.
  • Updated stdlib to release 13.

5.1.4-40 26/July/2010 — 26th release

  • Fixes #14 — Just a simple mistake in the link to LuaEx.
  • Fixes #18 — Lua tutorial typo.
  • Reverted to wxLua version 2.8.7 because there are issues with the new versions stability. It will get updated later.
  • Fixed pplot examples that ship with IUP.
  • Closed #20 — Updated IUP to version 3.2.0.
  • Updated Lanes to version 2.0.4.
  • Added Oil version 0.4-beta.

5.1.4-41 11/Jan/2011 — 27th release

  • Fixes #34 — LuaXML clib delivered with LuaForWindows causes memory leaks.

5.1.4-42 01/June/2011 — 28th release

  • Updated LuaLogging to version 1.2.0.
  • Updated stdlib to release 20.
  • Updated Penlight to version 0.9.4.

5.1.4-43 06/June/2011 — 29th release

  • Fixes #1 — LuaSocket example not upto date — cddb.lua.
  • Fixes #24 — Commented-out visible whitespace acquires coment colour.
  • Closed #19 — Added LuaJSON v1.2.2 library.
  • Closed #41 — Updated Alien to version 0.5.0.
  • Updated LPeg to version 0.10-1.
  • Updated stdlib to release 21.

5.1.4-44 08/June/2011 — 30th release

  • Fixed pl.dir so you can use strict module

5.1.4-45 14/June/2011 — 31st release

  • Fixes #42 — Please update Tecgraf libs (CD, IM, IUP)
  • Updated IUP to version 3.5.0.
  • Updated CD to version 5.4.1.
  • Updated IM to version 3.6.3.

5.1.4-46 07/August/2012 — 32nd release

  • Fixes #43 — require(‘lpeg’) — system error 14001
  • Updated stdlib to release 25.
  • Updated the Visual C++ 8.0 run-time to SP1-4053.
  • Updated lpeg.dll manifest to allow running on older vcredist_x86.
  • Updated alien/core.dll manifest to allow running on older vcredist_x86.
  • Updated alien/struct.dll manifest to allow running on older vcredist_x86.
  • Updated examples/alien/tests/alientest.dll manifest to allow running on older vcredist_x86.
  • Updated LuaXML_lib.dll manifest to allow running on older vcredist_x86.
  • Updated w32.dll manifest to allow running on older vcredist_x86.
  • Updated Penlight to version 1.0.3.
  • Updated LuaUnit to version 2.0.
  • Added SubLua version 1.7.4 — Subversion binding

5.1.4-47 18/March/2015 — 33rd release

  • Updated stdlib to release 28.
  • Updated Penlight to 1.3.2.
  • Updated SubLua to 1.8.10.
  • WARNING: Moved all downloads and code hosting to GitHub. Older releases will not function when Google Code is shut down. Make sure to upgrade.

5.1.4-48 16/September/2015 — 34rd release

  • Added 30Log v1.0.0 — 30 lines library for object orientation in Lua
  • Updated SubLua to 1.8.11.

5.1.4-49 23/September/2015 — 35th release

  • Added delaunay Lua module
  • Added Binary Heaps Lua module
  • Added Moses Lua module

5.1.4-50 22/October/2015 — 36th release

  • 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

Are you interested in learning about Lua programming language for Windows on GitHub? Lua is a powerful, efficient, lightweight, embeddable scripting language. It is often used in various applications, including video games, web development, and more. In this article, we will explore how you can use Lua on Windows through GitHub.

What is Lua?

Lua is a powerful, efficient, lightweight, embeddable scripting language. It is a dynamically typed language that is designed to be simple yet powerful. Lua is often used in game development, scripting, and other applications where a lightweight scripting language is needed.

Using Lua on Windows

GitHub is a popular platform for hosting and collaborating on code projects. If you are interested in using Lua on Windows, you can find a wide range of Lua projects on GitHub. This includes libraries, tools, and frameworks that you can use to get started with Lua programming on Windows.

Getting Started with Lua on Windows

If you are new to Lua programming, you can start by downloading Lua for Windows from the official website. This package includes the Lua interpreter and other tools that you need to start writing Lua code on Windows. Once you have installed Lua for Windows, you can start writing Lua scripts using your favorite text editor or IDE.

GitHub is a great place to find Lua projects that you can use to learn more about Lua programming on Windows. You can find tutorials, examples, and sample code that can help you get started with Lua programming. You can also collaborate with other Lua developers on GitHub by contributing to open-source Lua projects.

Benefits of Using Lua on Windows

There are several benefits to using Lua on Windows, including:

  • Lightweight and efficient
  • Easy to learn and use
  • Embeddable in other applications
  • Wide range of libraries and frameworks available

Popular Lua Projects on GitHub

There are many popular Lua projects on GitHub that you can explore to learn more about Lua programming on Windows. Some of these projects include:

  1. LuaDist/lua: Official Lua repository on GitHub
  2. hishamhm/htop: LuaJIT-based version of htop
  3. neovim/neovim: Vim-fork focused on extensibility and usability

Conclusion

Lua programming language is a versatile scripting language that is widely used for various applications. If you are interested in learning Lua programming on Windows, GitHub is a great platform to find resources, tutorials, and projects related to Lua. Start exploring Lua on Windows today and unleash your creativity with this powerful scripting language!

Remember to follow hashtags such as #Lua #Windows #GitHub for more updates on Lua programming language for Windows on GitHub.

Lua 5.4.7, Lua 5.4.6, and Lua 5.4.5-rc2

Lua 5.4.4, Lua 5.4.3, and Lua 5.4.2

Lua 5.4.1, Lua 5.4.0 (+RCs, Betas), and Lua 5.3.5

Lua 5.3.4 (and older)

Don’t be shy to contact me, if you would like to request a build.

Notice

Compiled with Lua’s Makefile for the ‘mingw’ platform with a few small additions/modifications. Build configuration files & scripts are available here.

Note that these are not official builds. These builds also have an icon and version information.
If you are getting an error about the missing libgcc_s_dw2-1.dll, you can download it [here].
They have been recompiled seperately since they were not included
in the original source distribution of ‘Lua’. Also, ‘srlua’ has been compiled and added to the list.
The source used to compile ‘srlua’ was pulled from the official page (2015-02-09), or for before v5.3.0 from LuaDist (2013-10-11) combined with the source of its respective Lua version. For example, srlua v5.3 was combined with Lua v5.3.3.
And therefore, provided versions of ‘srlua’ should be compatible with its respective major version of ‘Lua’ (scripts). Since Lua v5.4.0-beta, an updated srlua version srlua-102.tar.gz was used.
For more information about ‘srlua’ see ‘README.md’
from LuaDist/srlua. The same goes for Lua v5.2.2, etc.
See Compiler specifications for more information (for the latest build).

Compiled by Joe DF.

Compiler specifications

MinGW-w32 (for Lua v5.3.4 and older)

COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=c:/mingw/bin/../libexec/gcc/mingw32/4.8.1/lto-wrapper.exe
Target: mingw32
Configured with: ../gcc-4.8.1/configure --prefix=/mingw --host=mingw32 --build=mingw32 --without-pic --enable-shared --enable-static --with-gnu-ld --enable-lto --enable-libssp --disable-multilib --enable-languages=c,c++,fortran,objc,obj-c++,ada --disable-sjlj-exceptions --with-dwarf2 --disable-win32-registry --enable-libstdcxx-debug --enable-version-specific-runtime-libs --with-gmp=/usr/src/pkg/gmp-5.1.2-1-mingw32-src/bld --with-mpc=/usr/src/pkg/mpc-1.0.1-1-mingw32-src/bld --with-mpfr= --with-system-zlib --with-gnu-as --enable-decimal-float=yes --enable-libgomp --enable-threads --with-libiconv-prefix=/mingw32 --with-libintl-prefix=/mingw --disable-bootstrap LDFLAGS=-s CFLAGS=-D_USE_32BIT_TIME_T
Thread model: win32
gcc version 4.8.1 (GCC) 

MinGW-w64 (for Lua v5.3.4 and older)

COLLECT_GCC=gcc64
COLLECT_LTO_WRAPPER=c:/mingw/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/4.8.4/lto-wrapper.exe
Target: x86_64-w64-mingw32
Configured with: /home/cauchy/vcs/svn/gcc/branches/gcc-4_8-branch/configure --prefix=/home/cauchy/native/gcc-4.8-win64 --with-sysroot=/home/cauchy/native/gcc-4.8-win64 --build=x86_64-unknown-linux-gnu --host=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --disable-multilib --disable-nls --disable-win32-registry --enable-checking=release --enable-languages=c,c++,fortran --enable-fully-dynamic-string --with-arch=core2 --with-tune=generic
Thread model: win32
gcc version 4.8.4 20140710 (prerelease) (GCC) 

TDM-GCC (for Lua v5.3.5 to Lua v5.4.3 and Lua v5.4.7)

Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=C:/TDM-GCC-64/bin/../libexec/gcc/x86_64-w64-mingw32/5.1.0/lto-wrapper.exe
Target: x86_64-w64-mingw32
Configured with: ../../../src/gcc-5.1.0/configure --build=x86_64-w64-mingw32 --enable-targets=all --enable-languages=ada,c,c++,fortran,lto,objc,obj-c++ --enable-libgomp --enable-lto --enable-graphite --enable-cxx-flags=-DWINPTHREAD_STATIC --disable-build-with-cxx --disable-build-poststage1-with-cxx --enable-libstdcxx-debug --enable-threads=posix --enable-version-specific-runtime-libs --enable-fully-dynamic-string --enable-libstdcxx-threads --enable-libstdcxx-time --with-gnu-ld --disable-werror --disable-nls --disable-win32-registry --prefix=/mingw64tdm --with-local-prefix=/mingw64tdm --with-pkgversion=tdm64-1 --with-bugurl=http://tdm-gcc.tdragon.net/bugs
Thread model: posix
gcc version 5.1.0 (tdm64-1)

TDM-GCC (for Lua v5.4.4 and newer)

Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=C:/TDM-GCC-64/bin/../libexec/gcc/x86_64-w64-mingw32/10.3.0/lto-wrapper.exe
Target: x86_64-w64-mingw32
Configured with: ../../../src/gcc-git-10.3.0/configure --build=x86_64-w64-mingw32 --enable-targets=all --enable-languages=ada,c,c++,fortran,jit,lto,objc,obj-c++ --enable-libgomp --enable-lto --enable-graphite --enable-cxx-flags=-DWINPTHREAD_STATIC --disable-build-with-cxx --disable-build-poststage1-with-cxx --enable-libstdcxx-debug --enable-threads=posix --enable-version-specific-runtime-libs --enable-fully-dynamic-string --enable-libstdcxx-filesystem-ts=yes --disable-libstdcxx-pch --enable-libstdcxx-threads --enable-libstdcxx-time=yes --enable-mingw-wildcard --with-gnu-ld --disable-werror --enable-nls --disable-win32-registry --enable-large-address-aware --disable-rpath --disable-symvers --prefix=/mingw64tdm --with-local-prefix=/mingw64tdm --with-pkgversion=tdm64-1 --with-bugurl=https://github.com/jmeubank/tdm-gcc/issues
Thread model: posix
Supported LTO compression algorithms: zlib zstd
gcc version 10.3.0 (tdm64-1)

How to install Lua on windows?


2 answers


@jessyca_langosh 

Here are the steps to install Lua on Windows:

  1. Download the Lua for Windows installer from the official website: https://github.com/rjpcomputing/luaforwindows/releases.
  2. Run the installer and follow the prompts to complete the installation process.
  3. During the installation process, you will be prompted to select which components to install. You can choose to install Lua, LuaRocks (a package manager for Lua), and/or SciTE (a text editor with Lua syntax highlighting).
  4. Choose the appropriate options for your needs and complete the installation.
  5. After installation, open the command prompt and type «lua» to test if the installation was successful. If you see a Lua prompt, then Lua has been installed successfully.
  6. You can also test your installation by creating a simple Lua script in a text editor (such as Notepad) and saving it with the .lua extension. Then, run the script by typing «lua scriptname.lua» in the command prompt.

Congratulations, you have successfully installed Lua on your Windows system!

@jessyca_langosh 

Here are the steps to install Lua on Windows:

  1. Go to the official Lua website (https://www.lua.org/) and navigate to the «Download» page.
  2. Scroll down to the «Binaries» section and click on the Windows link to download the Lua for Windows binaries.
  3. Once the download is complete, open the downloaded installer file.
  4. Follow the prompts of the installer to complete the installation. Make sure to select the desired installation directory.
  5. After the installation is finished, open the command prompt by pressing Win + R, typing «cmd», and pressing Enter.
  6. In the command prompt, type «lua -v» and press Enter to verify the installation. You should see the Lua version information displayed.

Congratulations, you have successfully installed Lua on your Windows system!

Related Threads:

Понравилась статья? Поделить с друзьями:
0 0 голоса
Рейтинг статьи
Подписаться
Уведомить о
guest

0 комментариев
Старые
Новые Популярные
Межтекстовые Отзывы
Посмотреть все комментарии
  • Photostory3 for windows это
  • Msvcp120 dll куда кидать windows 10
  • Как восстановить загрузчик windows 10 через командную строку с загрузочной флешки
  • Создание загрузочной флешки windows 10 на android
  • Активировать windows 10 корпоративная kms активатор