readme: add mac unsupported notice

pull/30/head
Miepee 5 years ago committed by GitHub
parent b472319042
commit 6802f59b2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -43,7 +43,7 @@ The AM2RLauncher data can get quite big, so if you wish to change where it store
# 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 and Mac .Net Core 5.0 SDK or later is needed.
## Windows Instructions ## Windows Instructions
Open the solution with Visual Studio 2019. Open the solution with Visual Studio 2019.
@ -52,3 +52,7 @@ Alternatively, build via `dotnet build` / the `buildAll` batch file.
## Linux Instructions ## Linux Instructions
In order to build for linux, use `dotnet publish AM2RLauncher.Gtk -p:PublishSingleFile=true -p:DebugType=embedded -c release -r ubuntu.18.04-x64 --no-self-contained`, MonoDevelop sadly doesn't work. In order to build for linux, use `dotnet publish AM2RLauncher.Gtk -p:PublishSingleFile=true -p:DebugType=embedded -c release -r ubuntu.18.04-x64 --no-self-contained`, 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. 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.
## Mac Instructions
You can open the solution with Visual Studio for Mac, but it likely will crash after compliation. Use `dotnet publish AM2RLauncher.Mac -c release` instead.
Note that Mac is currently **unsupported**. We will try to answer questions, but cannot guarantee to fix issues with Mac.

Loading…
Cancel
Save