From 713f1ddd0931f8228e860631c96071252bae6ba6 Mon Sep 17 00:00:00 2001 From: Phantop Date: Thu, 14 Dec 2023 18:29:02 -0500 Subject: [PATCH] update README --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 368b9d0..dd21210 100644 --- a/README.md +++ b/README.md @@ -10,3 +10,13 @@ Whether you're a long-time fan of Link's Awakening or a newcomer to the series, THIS IS NOT MY PROJECT. You can find the original location of it [here](https://linksawakeningdxhd.itch.io/links-awakening-dx-hd). This repository merely exists to preserve it as an easily buildable copy, as the original source used a strange MonoGame layout. I've provided a build artifact with the relevant `dotnet` version bundled, for easy usage of the project under `wine`, as that's how I would use it. + +The following commands process can be used to build that on Linux, assuming .NET 6.0 with the right target available: + +```bash +winetricks d3dcompiler_47 dotnet6 +dotnet tool restore +MGFXC_WINE_PATH=$WINEPREFIX dotnet publish -c Release -r win-x64 /p:PublishReadyToRun=false /p:TieredCompilation=false --self-contained -o +``` + +Certain files have been modified to use fonts that are available on my system (DejaVu Sans, Ubuntu Mono) over Microsoft fonts. You may have to adjust them if you get a build error.