From 080faeae4e28160e2c9f9e0557dc9de4a8da63fd Mon Sep 17 00:00:00 2001 From: Miepee <38186597+Miepee@users.noreply.github.com> Date: Mon, 29 Mar 2021 10:14:29 +0200 Subject: [PATCH] Edited the Linux compile instructions to make them clearer --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 36a61a9..db4a263 100644 --- a/README.md +++ b/README.md @@ -21,4 +21,5 @@ Open the solution with Visual Studio 2019. Alternatively, build via `dotnet build` / the `buildAll` batch file. ## Linux Instructions -Use `dotnet build` to build, MonoDevelop sadly doesn't work. +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.