KVS/docs/cross-compilation.md
kxtzownsu bfb70c6ec9 Port KVG to Rust & write docs
Also, this patch adds a fix that gets rid of cursor offset for VSCode Web (e.g: vscode.dev, GH Codespaces)

TEST=compile KVG on all architectures
2024-12-29 08:19:20 +00:00

10 lines
288 B
Markdown

# Cross-compiling the KVS project
To cross-compile the KVS project, all you need to do is set `$ARCH` to a correct architecture,
and also install the cross-compilation libraries for your target arch.
Heres an example:
`ARCH=aarch64 make all`
All architectures:
`x86_64, armv7, aarch64`