<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Install_Lua</title><link>https://sourceforge.net/p/plplot/wiki/Install_Lua/</link><description>Recent changes to Install_Lua</description><atom:link href="https://sourceforge.net/p/plplot/wiki/Install_Lua/feed" rel="self"/><language>en</language><lastBuildDate>Fri, 02 Nov 2018 00:13:45 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/plplot/wiki/Install_Lua/feed" rel="self" type="application/rss+xml"/><item><title>Install_Lua modified by Alan W. Irwin</title><link>https://sourceforge.net/p/plplot/wiki/Install_Lua/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -1,3 +1,15 @@
+
+
 In order for the high-class Lua bindings and examples for PLplot to work you must install Lua on your Windows platform.

 The Lua build only takes a minute or so. Thus the simplest way to install Lua is to first [install MinGW/MSYS](Install_MinGW_MSYS "wikilink") (if you haven't done so already). Then use that compiler and associated build tools to build Lua on Windows with the following steps:
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alan W. Irwin</dc:creator><pubDate>Fri, 02 Nov 2018 00:13:45 -0000</pubDate><guid>https://sourceforge.netb13ef0f021cc58b4f5a22cec8b21aa336ba22a84</guid></item><item><title>Install_Lua modified by Alan W. Irwin</title><link>https://sourceforge.net/p/plplot/wiki/Install_Lua/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alan W. Irwin</dc:creator><pubDate>Sun, 05 Oct 2014 19:19:59 -0000</pubDate><guid>https://sourceforge.net69a8fb0097926bd697c00bbd37b2370184d9b30a</guid></item><item><title>Install_Lua modified by Alan W. Irwin</title><link>https://sourceforge.net/p/plplot/wiki/Install_Lua/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -1,6 +1,6 @@
 In order for the high-class Lua bindings and examples for PLplot to work you must install Lua on your Windows platform.

-The Lua build only takes a minute or so. Thus the simplest way to install Lua is to first [install MinGW/MSYS](Install_MinGW%2FMSYS "wikilink") (if you haven't done so already). Then use that compiler and associated build tools to build Lua on Windows with the following steps:
+The Lua build only takes a minute or so. Thus the simplest way to install Lua is to first [install MinGW/MSYS](Install_MinGW_MSYS "wikilink") (if you haven't done so already). Then use that compiler and associated build tools to build Lua on Windows with the following steps:

 -   Put both MinGW and MSYS on your PATH. This puts all sorts of command-line tools at your fingertips that will be used in the further steps.
 -   Set the LUA_PREFIX variable which points to the directory used for all further steps. Under bash (available as part of MSYS), I set "LUA_PREFIX=/z/home/wine/newstart/lua/", but use whatever is convenient for you.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alan W. Irwin</dc:creator><pubDate>Thu, 02 Oct 2014 06:08:07 -0000</pubDate><guid>https://sourceforge.net1e3d1e5051553bef219fc56510fe917e478c8463</guid></item><item><title>Install_Lua modified by Alan W. Irwin</title><link>https://sourceforge.net/p/plplot/wiki/Install_Lua/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,6 +1,6 @@
 In order for the high-class Lua bindings and examples for PLplot to work you must install Lua on your Windows platform.

-The Lua build only takes a minute or so. Thus the simplest way to install Lua is to first [install MinGW/MSYS](Install_MinGW/MSYS "wikilink") (if you haven't done so already). Then use that compiler and associated build tools to build Lua on Windows with the following steps:
+The Lua build only takes a minute or so. Thus the simplest way to install Lua is to first [install MinGW/MSYS](Install_MinGW%2FMSYS "wikilink") (if you haven't done so already). Then use that compiler and associated build tools to build Lua on Windows with the following steps:

 -   Put both MinGW and MSYS on your PATH. This puts all sorts of command-line tools at your fingertips that will be used in the further steps.
 -   Set the LUA_PREFIX variable which points to the directory used for all further steps. Under bash (available as part of MSYS), I set "LUA_PREFIX=/z/home/wine/newstart/lua/", but use whatever is convenient for you.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alan W. Irwin</dc:creator><pubDate>Thu, 02 Oct 2014 06:00:57 -0000</pubDate><guid>https://sourceforge.netd67d3bd1597cbca211bb1d36735ead8cb85b4fdb</guid></item><item><title>Install_Lua modified by Alan W. Irwin</title><link>https://sourceforge.net/p/plplot/wiki/Install_Lua/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;In order for the high-class Lua bindings and examples for PLplot to work you must install Lua on your Windows platform.&lt;/p&gt;
&lt;p&gt;The Lua build only takes a minute or so. Thus the simplest way to install Lua is to first &lt;a class="" href="../Install_MinGW/MSYS" title="wikilink"&gt;install MinGW/MSYS&lt;/a&gt; (if you haven't done so already). Then use that compiler and associated build tools to build Lua on Windows with the following steps:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Put both MinGW and MSYS on your PATH. This puts all sorts of command-line tools at your fingertips that will be used in the further steps.&lt;/li&gt;
&lt;li&gt;Set the LUA_PREFIX variable which points to the directory used for all further steps. Under bash (available as part of MSYS), I set "LUA_PREFIX=/z/home/wine/newstart/lua/", but use whatever is convenient for you.&lt;/li&gt;
&lt;li&gt;Create that directory if it doesn't exist already and change directory to that location using the following commands:&lt;ul&gt;
&lt;li&gt;mkdir -p \$LUA_PREFIX&lt;/li&gt;
&lt;li&gt;cd \$LUA_PREFIX&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Download &lt;a href="http://www.lua.org/ftp/lua-5.1.4.tar.gz" rel="nofollow"&gt;http://www.lua.org/ftp/lua-5.1.4.tar.gz&lt;/a&gt; in that location.&lt;/li&gt;
&lt;li&gt;Unpack, build, and install Lua using the following commands (where that last "cp -a" command works around a bug in the lua-5.1.4 build system for MinGW/MSYS):&lt;ul&gt;
&lt;li&gt;tar zxf lua-5.1.4.tar.gz&lt;/li&gt;
&lt;li&gt;cd lua-5.1.4&lt;/li&gt;
&lt;li&gt;make mingw &amp;gt;&amp;amp; make_mingw.out&lt;/li&gt;
&lt;li&gt;make install INSTALL_TOP=\$LUA_PREFIX/install &amp;gt;&amp;amp; make_install.out&lt;/li&gt;
&lt;li&gt;cp -a src/lua51.dll \$LUA_PREFIX/install/bin&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;To make Lua accessible to the PLplot CMake-based build system, you must put the lua command on your PATH (using "PATH=\$LUA_PREFIX/install/bin:\$PATH") and use the following cmake options for your PLplot build:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;-DLUA_INCLUDE_DIR:PATH=\$LUA_PREFIX/install/include&lt;/li&gt;
&lt;li&gt;-DLUA_LIBRARY:FILEPATH=\$LUA_PREFIX/install/lib/liblua.a&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The content of this page is available under the &lt;a class="" href="http://www.gnu.org/copyleft/fdl.html" rel="nofollow"&gt;GNU Free Documentation License 1.2&lt;/a&gt;.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alan W. Irwin</dc:creator><pubDate>Thu, 02 Oct 2014 05:57:49 -0000</pubDate><guid>https://sourceforge.net4e51fdc95fb5e1d2e6afb8bf10df846e9264a1c2</guid></item></channel></rss>