Edited the Linux compile instructions to make them clearer

pull/6/head
Miepee 5 years ago committed by GitHub
parent 3f6a23b7f0
commit 080faeae4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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.

Loading…
Cancel
Save