|
|
5 years ago | |
|---|---|---|
| AM2RLauncher | 5 years ago | |
| .gitignore | 5 years ago | |
| LICENSE | 5 years ago | |
| README.md | 5 years ago | |
README.md
AM2RLauncherRewrite
This is the repository for the AM2RLauncher-Rewrite.
What is this?
A front-end application that simplifies installing the latest AM2R-Community-Updates, creating APKs for Android use, as well as Mods for AM2R. It supports Windows (x86/x64) as well as Linux (x64).
Dependencies
Windows needs the .NET Framework 4.8 runtime installed.
Linux needs the following dependencies installed:
- .NET Core 5.0 runtime or above
xdelta3gtk3libappindicator3webkitgtkopensslfuse2
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)
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 can be found at the Release Page.
Alternatively, for Arch Linux users an AUR Package also exist. Install it with makepkg -si or use your favourite AUR helper.
Compiling Instructions:
Dependencies
For compiling for Windows .Net Framework 4.8 SDK is needed. For Linux .Net Core 5.0 SDK is needed.
Windows Instructions
Open the solution with Visual Studio 2019.
Alternatively, build via dotnet build / the buildAll batch file.
Linux Instructions
In order to build for linux, use dotnet publish AM2RLauncher.Gtk -p:PublishSingleFile=true -c release -r ubuntu.18.04-x64, MonoDevelop sadly doesn't work.
You have to specify it to build for Ubuntu, even on non-Ubuntu distros, because one of our Dependencies, libgit2sharp fails on the linux-x64 RID.