From 976b51a3447133bcdf6de9c4bff7824a48cb462a Mon Sep 17 00:00:00 2001 From: Dean Ellis Date: Tue, 10 Jun 2025 13:53:27 +0100 Subject: [PATCH] Add Note for using Wine and Rider on Linux Rider does not pickup system environment variables. So we need a work around. --- articles/getting_started/2_choosing_your_ide_rider.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/articles/getting_started/2_choosing_your_ide_rider.md b/articles/getting_started/2_choosing_your_ide_rider.md index a382d61e..3893d557 100644 --- a/articles/getting_started/2_choosing_your_ide_rider.md +++ b/articles/getting_started/2_choosing_your_ide_rider.md @@ -47,6 +47,10 @@ To get you started with Rider, here are the steps for setting up a new Rider Mon 4. Press "Create" 5. You can now press `F5` to compile and debug your game, happy coding :) +> [!NOTE] +> If you are experiencing issues with compiling effects under Linux for JetBrains Rider, +> you might need to add the `MGFXC_WINE_PATH` environment variable to `/etc/environment` for it to be picked up. See [5777151094034-Rider-cannot-see-all-Environmental-Variables](https://rider-support.jetbrains.com/hc/en-us/community/posts/5777151094034-Rider-cannot-see-all-Environmental-Variables) for details. + ## Update Project Tool references The MonoGame Content Editor (MGCB) it a tool delivered through NuGet for your project using the tools configuration held in your `dotnet-tools.json` file (located in the `.config` folder of your project).