Skip to content
This repository was archived by the owner on Jan 20, 2025. It is now read-only.

Commit 1eaac76

Browse files
Create README.md
1 parent 2eb3cbe commit 1eaac76

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

README.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
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).

0 commit comments

Comments
 (0)