mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-21 04:22:50 +02:00
8 lines
300 B
Markdown
8 lines
300 B
Markdown
Nintendo Switch AArch64-only userland library. Based on libctru.
|
|
|
|
Install:
|
|
|
|
* The \*rules files under buildscripts/ should be copied to "devkitA64/".
|
|
* The content of buildscripts/lib/ should be copied to "devkitA64/aarch64-none-elf/lib/".
|
|
* Build and install switch_crt0 with:
|
|
make -C crt0 install |