Yet another Arch Linux package for LR2oraja Endless Dream
- Provides stable release and
-gitvariants - Installs to standard
/usr/sharedirectories - Builds game and native JPortAudio library from source
- Launching from desktop entry no longer opens a terminal
- Includes basic launcher script with configurable options
- Can be built and run with a wider range of Java environments
- Uses
~/.config/lr2oraja-endlessdream/directory for configuration - Does not include any custom themes or external internet ranking services
# lr2oraja-endlessdream-git
makepkg --syncdeps
# lr2oraja-endlessdream
makepkg --syncdeps -p PKGBUILD.releaseAlternatively, grab a pre-built version from CI artifacts and install with pacman -U
On first boot, the default configuration will be created in ~/.config/lr2oraja-endlessdream/
To install a custom IR, copy the .jar file into the ir directory, e.g.
- bokutachiIR-X.X.X.jar →
~/.config/lr2oraja-endlessdream/ir/bokutachiIR-X.X.X.jar
If you want to use a different directory, set the BEATORAJA_USER_DIR variable
By default, the launcher will open the configurator window. This can be skipped with the -s flag
lr2oraja-endlessdream -sAdditional JVM options set through JDK_JAVA_OPTIONS will be passed transparently
JDK_JAVA_OPTIONS="-Dxyz=123" lr2oraja-endlessdream -sHeap size can be configured through the JAVA_HEAP_MIN and JAVA_HEAP_MAX variables
JAVA_HEAP_MIN="1g" JAVA_HEAP_MAX="8g" lr2oraja-endlessdream -s