This repository was archived by the owner on Jan 20, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change 1+ # io.github.opendriver2.Redriver2
2+ A complete flatpak featuring the game and the launcher. Still under testing.
3+
4+ ## Build
5+ The following sdks/tools are required:
6+ ```
7+ flatpak --user install flathub org.freedesktop.Platform/x86_64/21.08 -y
8+ flatpak --user install flathub org.freedesktop.Sdk/x86_64/21.08 -y
9+ flatpak --user install flathub org.freedesktop.Sdk.Compat.i386/x86_64/21.08 -y
10+ flatpak --user install flathub org.freedesktop.Sdk.Extension.toolchain-i386/x86_64/21.08 -y
11+ flatpak --user install flathub org.freedesktop.Sdk.Extension.openjdk11/x86_64/21.08 -y
12+ ```
13+ Build it with a recent version of ` flatpak-builder `
14+ ```
15+ flatpak-builder --user --install build io.github.opendriver2.Redriver2.yaml --force-clean --arch=x86_64
16+ ```
17+ if you want to create a flatpak for redistribution (unnecessary)
18+ ```
19+ flatpak build-bundle ~/.local/share/flatpak/repo io.github.opendriver2.Redriver2.flatpak io.github.opendriver2.Redriver2
20+ ```
21+ ## Testing
22+ The following runtimes are required:
23+ ```
24+ flatpak --user remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
25+ flatpak --user install flathub org.freedesktop.Platform/x86_64/21.08 -y
26+ flatpak --user install flathub org.freedesktop.Platform.Compat.i386/x86_64/21.08 -y
27+ flatpak --user install flathub org.freedesktop.Platform.GL32/x86_64/21.08 -y
28+ flatpak --user install flathub org.freedesktop.Sdk.Extension.openjdk11/x86_64/21.08 -y
29+ ```
30+ now, simply run your build or [ install the latest release] ( https://github.com/VinnyVynce/io.github.opendriver2.Redriver2/releases ) .
You can’t perform that action at this time.
0 commit comments