Skip to content

Commit

Permalink
Add note about qjsc in README
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate committed Sep 30, 2024
1 parent 89909dd commit 8f1d025
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ pull request in the [GitHub repository](https://github.com/TooTallNate/nx.js).
docker run -it --rm --mount type=bind,source="$(pwd)",target=/host ghcr.io/tootallnate/pacman-packages:nxjs sh -c 'cp packages/*/*.pkg.tar.zst /host'
dkp-pacman -U *.pkg.tar.zst
```
1. `qjsc` needs to be installed (**note**: must match the version of the QuickJS dkp package installed in the previous step)
1. Now you can compile one of the example apps into a self-contained `.nro`:
```bash
./build.sh hello-world
Expand Down

0 comments on commit 8f1d025

Please sign in to comment.