|
|
6 лет назад | |
|---|---|---|
| cmake | 6 лет назад | |
| doc | 6 лет назад | |
| src | 6 лет назад | |
| tests | 6 лет назад | |
| tools | 6 лет назад | |
| .gitattributes | 7 лет назад | |
| .gitignore | 6 лет назад | |
| CMakeLists.txt | 6 лет назад | |
| LICENSE | 7 лет назад | |
| Natsu.sln | 6 лет назад | |
| README.md | 6 лет назад |
natsu-clr is an il2cpp transpiler and runtime compatible with .Net Core.
natsu-clr 是一个兼容 .Net Core 的 IL2CPP 编译器和运行时。
Install .Net Core SDK 3.0 and CMake
dotnet build Natsu.sln
cd src/Natsu.Compiler/bin/Debug/netcoreapp3.0 && ./Natsu.Compiler
mkdir out && cd out
cmake .. -DCHINO_ARCH=Emulator -DCHINO_BOARD=Emulator