To build KeraLua from the repository, you must first initialize and update the submodules. Depending on your target platform, use the corresponding solution file (.sln).
Prerequisites
Before building, fetch the submodules:
git submodule update --init --recursive
Target Solutions
- Mac, iOS, tvOS:
KeraLua.Mac.sln - Android:
KeraLua.Android.sln - .NET Core:
KeraLua.Core.sln - UWP:
KeraLua.UWP.sln - Classic .NET 4.5:
KeraLua.sln
Build Steps (Classic .NET)
To build the classic .NET 4.5 version, restore dependencies and use MSBuild:
nuget restore KeraLua.sln
msbuild KeraLua.sln
git submodule update --init --recursive
nuget restore KeraLua.sln
msbuild KeraLua.sln