Miepee 5 years ago
commit 3e051adcbf

@ -39,7 +39,8 @@ namespace AM2RLauncher
"Use of the Launcher has now been authorized!", "Use of the Launcher has now been authorized!",
"Oh? So you're patching me?", "Oh? So you're patching me?",
"I, Gawron Giovana, have a dream.", "I, Gawron Giovana, have a dream.",
"Oooh weee ooo, I look just like an Omega" "Oooh weee ooo, I look just like an Omega",
"AH THE MOLE"
}; };
/// <summary> /// <summary>

@ -16,12 +16,21 @@ Linux needs the following dependencies installed:
- `openssl` - `openssl`
- `fuse2` - `fuse2`
Refer to your local package manager for Instructions.
Optionally, for APK creation any Java runtime is needed. Optionally, for APK creation any Java runtime is needed.
### Arch Linux
On Arch Linux, you can install these by running this:
(Multilib repositories are required, instructions on how to enable them can be found [here](https://wiki.archlinux.org/title/Official_repositories#Enabling_multilib))
`sudo pacman -S --needed dotnet-runtime fuse2 gtk3 libappindicator-gtk3 openssl webkit2gtk xdelta3 lib32-openal lib32-libpulse jre-openjdk`
For other distros, refer to your local package manager for instructions.
## Downloads ## Downloads
Downloads can be found at the [Release Page](https://github.com/AM2R-Community-Developers/AM2RLauncher/releases). Downloads can be found at the [Release Page](https://github.com/AM2R-Community-Developers/AM2RLauncher/releases).
Alternatively, for Arch Linux users an [AUR Package](https://aur.archlinux.org/packages/am2rlauncher/) also exist. Install it with `makepkg -si` or use your favourite AUR helper.
# Compiling Instructions: # Compiling Instructions:
## Dependencies ## Dependencies
For compiling for Windows .Net Framework 4.8 SDK is needed. For Linux .Net Core 5.0 SDK is needed. For compiling for Windows .Net Framework 4.8 SDK is needed. For Linux .Net Core 5.0 SDK is needed.

Loading…
Cancel
Save