mirror of
https://github.com/BanjoRecomp/BanjoRecomp
synced 2026-05-23 22:45:12 -04:00
16 lines
592 B
Markdown
16 lines
592 B
Markdown
Before building the Flatpak, you must build the patches on the root directory first. **The LLVM Extension for freedesktop does not include the MIPS compiler and will fail to build the patches inside the flatpak**.
|
|
```sh
|
|
make -C patches CC=clang LD=ld.lld
|
|
```
|
|
|
|
Build
|
|
```sh
|
|
flatpak-builder --force-clean --user --install-deps-from=flathub --repo=repo --install builddir io.github.banjorecomp.banjorecomp.json
|
|
```
|
|
|
|
Bundle
|
|
```sh
|
|
flatpak build-bundle repo io.github.banjorecomp.banjorecomp.flatpak io.github.banjorecomp.banjorecomp --runtime-repo=https://flathub.org/repo/flathub.flatpakrepo
|
|
```
|
|
|