commit 89b93496298da309a39891c243f72dddd8dddeaf Author: LeenkxTeam Date: Wed Jan 22 16:19:57 2025 +0000 Add README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..07a847e --- /dev/null +++ b/README.md @@ -0,0 +1,32 @@ +# LeenkxCore + +LeenkxCore for the LNXSDK - Leenkx Full Stack Torrent Based Software Development Kit. + +Based on [Krom](https://github.com/Kode/Krom). Powered by [Kinc](https://github.com/Kode/Kinc). + +```bash +git clone --recursive https://dev.leenkx.com/LeenkxTeam/LeenkxCore +cd LeenkxCore +``` + +**Windows** +```bash +# Unpack `v8\libraries\win32\release\v8_monolith.7z` using 7-Zip - Extract Here (exceeds 100MB) +Kinc/make -g direct3d11 +# Open generated Visual Studio project at `build\Krom.sln` +# Build for x64 & release +``` + +**Linux** +```bash +Kinc/make -g opengl --compiler clang --compile +cd Deployment +strip Krom +``` + +**macOS** +```bash +Kinc/make -g metal +# Open generated Xcode project at `build/Krom.xcodeproj` +# Build +```