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
10 lines
288 B
Markdown
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` |