Skip to content

Commit

Permalink
Update readme.md (#6)
Browse files Browse the repository at this point in the history
Add instructions for Build Using MSYS2
  • Loading branch information
impeeza authored Jun 20, 2024
1 parent aca01be commit ebf7f78
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,28 @@ cd nso-icon-tool
./proj_build.sh
```

#### Using MSYS2
You need a working DevKitPro installation and then install the packages:

#### MingW64:
```bash
pacupd git make cmake mingw-w64-x86_64-gcc switch-cmake libnx switch-dev switch-glfw switch-curl switch-libzstd switch-liblzma switch-liblzma switch-lz4 switch-bzip2
```
#### MSYS
```bash
pacupd git make cmake gcc switch-cmake libnx switch-dev switch-glfw switch-curl switch-libzstd switch-liblzma switch-liblzma switch-lz4 switch-bzip2
```

The commands to build are:
```bash
cd ~
rm -rf ~/nso-icon-tool
clone https://github.com/dslatt/nso-icon-tool
cd ~/nso-icon-tool
./proj_build.sh

```

## Help me

If you want to help me open an issue when you encounter a bug and a pull request if you have a fix. Thanks!
Expand Down

0 comments on commit ebf7f78

Please sign in to comment.