2026-02-20 23:40:15 -08:00
# LNXRNT
2025-01-29 10:55:49 +01:00
2026-02-20 23:40:15 -08:00
Leenkx RunT - Runtime for Leenkx Full Stack SDK.
2025-01-29 10:55:49 +01:00
Based on [Krom ](https://github.com/Kode/Krom ). Powered by [Kinc ](https://github.com/Kode/Kinc ).
```bash
2026-02-20 23:40:15 -08:00
git clone --recursive https://dev.leenkx.com/LeenkxTeam/LNXRNT
cd LNXRNT
2025-01-29 10:55:49 +01:00
```
**Windows**
```bash
# Unpack `v8\libraries\win32\release\v8_monolith.7z` using 7-Zip - Extract Here (exceeds 100MB)
2026-02-20 23:40:15 -08:00
Kinc\make -g direct3d11
# Open generated Visual Studio project at `build\RunT.sln`
# or use command line for solution file like C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Current\Bin\MSBuild.exe" "build\Leenkx-RunT.sln" /p:Configuration=Release /p:Platform=x64 /m
2025-01-29 10:55:49 +01:00
# Build for x64 & release
```
**Linux**
```bash
Kinc/make -g opengl --compiler clang --compile
cd Deployment
2026-02-20 23:40:15 -08:00
strip RunT
2025-01-29 10:55:49 +01:00
```
**macOS**
```bash
Kinc/make -g metal
2026-02-20 23:40:15 -08:00
# Open generated Xcode project at `build/RunT.xcodeproj`
2025-01-29 10:55:49 +01:00
# Build
```