<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Lua Development Notes on XWOS</title>
    <link>/en/Docs/Note/Lua/</link>
    <description>Recent content in Lua Development Notes on XWOS</description>
    <generator>Hugo</generator>
    <language>en</language>
    <atom:link href="/en/Docs/Note/Lua/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Lua Development Environment</title>
      <link>/en/Docs/Note/Lua/env/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/en/Docs/Note/Lua/env/</guid>
      <description>&lt;h2 id=&#34;installing-the-environment&#34;&gt;Installing the Environment&lt;/h2&gt;&#xA;&lt;h3 id=&#34;lua&#34;&gt;Lua&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;URL: &lt;a href=&#34;https://www.lua.org/ftp/&#34;&gt;lua&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;Installation&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-shell&#34; data-lang=&#34;shell&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;make &lt;span style=&#34;color:#b8860b&#34;&gt;INSTALL_TOP&lt;/span&gt;&lt;span style=&#34;color:#666&#34;&gt;=&lt;/span&gt;installation_path install&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h3 id=&#34;package-manager-luarocks&#34;&gt;Package Manager Luarocks&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;URL: &lt;a href=&#34;https://luarocks.github.io/luarocks/releases/&#34;&gt;luarocks&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h5 id=&#34;installation&#34;&gt;Installation&lt;/h5&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-shell&#34; data-lang=&#34;shell&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;./configure --prefix&lt;span style=&#34;color:#666&#34;&gt;=&lt;/span&gt;installation_path&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;make install&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h3 id=&#34;documentation-generation-tool&#34;&gt;Documentation Generation Tool&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;URL: &lt;a href=&#34;https://github.com/lunarmodules/LDoc.git&#34;&gt;LDoc&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h5 id=&#34;installation-1&#34;&gt;Installation&lt;/h5&gt;&#xA;&lt;p&gt;Modify &lt;code&gt;LUA_SHAREDIR&lt;/code&gt; in &lt;code&gt;Makefile&lt;/code&gt; to &lt;code&gt;$(LUA_PREFIX)/share/lua/5.4&lt;/code&gt;&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-shell&#34; data-lang=&#34;shell&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;luarocks install penlight&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;make install&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;</description>
    </item>
  </channel>
</rss>
