123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- <html>
- <head>
- <title>
- Minimum Requirements
- </title>
- </head>
- <body bgcolor="#FFFFFF" vlink="silver" alink="navy" link="navy">
- <table width="100%" border="0" cellpadding="0" cellspacing="0" summary="">
- <tr>
- <td valign="bottom">
- <div align="left">
- <b><font face="Tahoma" size="3" color="navy">Minimum Requirements</font></b>
- </div>
- </td>
- <td>
- <font face="Tahoma" size="1" color="silver">
- <div align="right" valign="top">
- <a href="http://www.lua.org">Lua homepage</a>
- </div>
- </font>
- </td>
- </tr>
- <tr valign="top">
- <td colspan="2">
- <hr size="1" color="#000000" align="top">
- <br>
- <br>
- <font face="Tahoma" size="2">
- <p style="text-align: justify">
- LuaEdit is trying to be compatible with as many Windows<sup>®</sup> platform as possible. Officially, LuaEdit is Win32 compatible only.
- That means it is compatible on any Windows<sup>®</sup> platform. However, the following requirements should more than meet the system
- requirements of LuaEdit. If you ever have trouble running LuaEdit on any Win32 platform you may visit the <a href="http://luaedit.luaforge.net/contactus.html">
- Contact Us</a> section of our <a href="http://luaedit.luaforge.net">Official Web Site</a> to report your problem. Here is the
- minimum requirement list:
- </p>
- <ul type="square">
- <li>800MHz or faster</li>
- <li>Windows 2000, XP</li>
- <li>64MB RAM or more</li>
- <li>30MB free hard disk space</li>
- </ul>
- <br>
- </font>
- </td>
- </tr>
- <tr>
- <td colspan="2">
- <font face="Tahoma" size="1" color="silver">
- <hr size="1" color="#000000">
- <div align="right">
- <a href="http://www.luaedit.net">www.luaedit.net</a>
- <br>
- © Copyright 2004-2007 Jean-Francois Goulet
- <br>
- LuaEdit 3.0.4 for Lua 5.1
- </div>
- </font>
- </td>
- </tr>
- </table>
- </body>
- </html>
|