Skip to content

Commit 654217b

Browse files
committed
Updated README
1 parent 54e83a0 commit 654217b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Lua.NET
22
C# .NET Core 6.0 Lua bindings and helper functions.
33

4+
```
5+
dotnet add package Lua.NET --version 1.0.0
6+
```
7+
48
Supports Lua5.4 Lua5.3 and LuaJIT
59

610
Hardcoded to only use doubles and 64-bit integers, so the Lua library will have to be built accordingly. This CAN be changed with manual edits, but it wasn't fun writing this library. This code was made with with the default includes on a 64-bit windows 10 machine using Lua's makefile and LuaJIT. All DLL's are built differently, so you will have to edit the name of the DLL inside of the respected cs file to the name of your DLL; will make it easier in the future.

0 commit comments

Comments
 (0)