<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="zh-Hans-CN">
	<id>https://wiki.riguz.com/index.php?action=history&amp;feed=atom&amp;title=Lua%3AMinGW%E7%BC%96%E8%AF%91Lua</id>
	<title>Lua:MinGW编译Lua - 版本历史</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.riguz.com/index.php?action=history&amp;feed=atom&amp;title=Lua%3AMinGW%E7%BC%96%E8%AF%91Lua"/>
	<link rel="alternate" type="text/html" href="https://wiki.riguz.com/index.php?title=Lua:MinGW%E7%BC%96%E8%AF%91Lua&amp;action=history"/>
	<updated>2026-06-02T22:45:12Z</updated>
	<subtitle>本wiki上该页面的版本历史</subtitle>
	<generator>MediaWiki 1.42.3</generator>
	<entry>
		<id>https://wiki.riguz.com/index.php?title=Lua:MinGW%E7%BC%96%E8%AF%91Lua&amp;diff=939&amp;oldid=prev</id>
		<title>imported&gt;Soleverlee：​以“在Windows下使用MinGW64，或者TDM64-GCC进行编译，本来以为  make mingw就行了，没想到出了点小问题，让人费解：  refer http://lua-users....”为内容创建页面</title>
		<link rel="alternate" type="text/html" href="https://wiki.riguz.com/index.php?title=Lua:MinGW%E7%BC%96%E8%AF%91Lua&amp;diff=939&amp;oldid=prev"/>
		<updated>2015-03-19T09:54:56Z</updated>

		<summary type="html">&lt;p&gt;以“在Windows下使用MinGW64，或者TDM64-GCC进行编译，本来以为  make mingw就行了，没想到出了点小问题，让人费解：  refer http://lua-users....”为内容创建页面&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新页面&lt;/b&gt;&lt;/p&gt;&lt;div&gt;在Windows下使用MinGW64，或者TDM64-GCC进行编译，本来以为&lt;br /&gt;
&lt;br /&gt;
make mingw就行了，没想到出了点小问题，让人费解：&lt;br /&gt;
&lt;br /&gt;
refer http://lua-users.org/lists/lua-l/2006-12/msg00255.html&lt;br /&gt;
&lt;br /&gt;
解决方法也是太简单了：&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
* build&lt;br /&gt;
$ cd $LUA_DIR/src&lt;br /&gt;
$ make mingw&lt;br /&gt;
$ make luac&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* install (replace /mingw with your installation directory)&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
$ cp lua.h luaconf.h lualib.h lauxlib.h /mingw/include/&lt;br /&gt;
$ cp liblua.a /mingw/lib/&lt;br /&gt;
$ cp lua.exe luac.exe lua51.dll $WINDIR/system32&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Programe]]&lt;br /&gt;
[[Category:Linux/Unix]]&lt;/div&gt;</summary>
		<author><name>imported&gt;Soleverlee</name></author>
	</entry>
</feed>