-
Notifications
You must be signed in to change notification settings - Fork 46
/
Copy pathREADME
29 lines (23 loc) · 1.1 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
README for KopiLua 1.1
* What is KopiLua?
------------
Kopi Lua was originally a C# port of the Lua v.5.1.4 virtual machine, parser, libraries and
command-line utilities.
It has been updated to Lua 5.1.5 on 9/27/12 by Elijah Frederickson.
* Availability
------------
Like Lua, KopiLua is freely available for both academic and commercial
purposes. The COPYRIGHT file contains the license details as well as
links to sites containing specific information with regards to the
licensing terms.
* Installation
--------------
Kopi Lua is implemented in C# and has been tested on Microsoft Visual Studio 2012
Professional. In order for Kopi Lua to successfully compile the following
conditional compilation symbols must be defined in the project settings:
LUA_CORE;_WIN32;LUA_COMPAT_VARARG;LUA_COMPAT_MOD;LUA_COMPAT_GFIND;CATCH_EXCEPTIONS
* Contact/Bug Reports etc
-------------------------
Please report all bugs and issues to Elijah Frederickson/mlnlover11 (mailto:elijah.frederickson@gmail.com)
(Old: Please report all bugs and issues to Mark Feldman (mailto:lua@ppl-pilot.com))
(end of README)