Impeeza build enh (#144)

* Update README.md

add switch-mbedtls needed to build the code

* Update build_release.sh

improvement on dir change using pushd

* Update README.md
This commit is contained in:
impeeza
2025-05-28 05:58:42 -05:00
committed by GitHub
parent 8821dfcbe4
commit b0ff2eb4b7
2 changed files with 5 additions and 3 deletions

View File

@@ -69,9 +69,11 @@ You will first need to install [devkitPro](https://devkitpro.org/wiki/Getting_St
Next you will need to install the dependencies:
```sh
sudo pacman -S switch-dev deko3d switch-cmake switch-curl switch-glm switch-zlib
sudo pacman -S switch-dev deko3d switch-cmake switch-curl switch-glm switch-zlib switch-mbedtls
```
Also you need to have on your environment the packages `git`, `make`, `zip` and `cmake`
Once devkitPro and all dependencies are installed, you can now build sphaira.
```sh

View File

@@ -15,6 +15,6 @@ rm -rf out
# --- SWITCH --- #
mkdir -p out/switch/sphaira/
cp -r build/MinSizeRel/*.nro out/switch/sphaira/sphaira.nro
cd out
pushd out
zip -r9 sphaira.zip switch
cd ../..
popd