Update readme with more info
This commit is contained in:
parent
db39112d87
commit
42bf435562
1 changed files with 10 additions and 0 deletions
10
README.md
10
README.md
|
|
@ -1,6 +1,16 @@
|
|||
# nim-libnx
|
||||
Libnx ported to the Nim programming language. You will need a nim compiler with Nintendo switch support which can be found [here](https://github.com/jyapayne/Nim/tree/nintendo_switch_support) until the PR is accepted.
|
||||
|
||||
You also must have DevkitPro and switch (libnx) libraries for [Mac and Linux](https://github.com/devkitPro/pacman/releases) or [Windows](https://github.com/devkitPro/installer/releases) installed. The DEVKITPRO environment variable must also exist and point to a directory with the following structure:
|
||||
|
||||
- `DEVKITPRO/portlibs/switch/lib`
|
||||
- `DEVKITPRO/libnx/lib`
|
||||
- `DEVKITPRO/portlibs/switch/include`
|
||||
- `DEVKITPRO/libnx/include`
|
||||
|
||||
|
||||
##Install
|
||||
|
||||
Simply run
|
||||
|
||||
```bash
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue