Skip to content

Commit 458fffb

Browse files
authored
Add Note for using Wine and Rider on Linux (#141)
Rider does not pickup system environment variables. So we need a work around.
1 parent 1073fd0 commit 458fffb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

articles/getting_started/2_choosing_your_ide_rider.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ To get you started with Rider, here are the steps for setting up a new Rider Mon
4747
4. Press "Create"
4848
5. You can now press `F5` to compile and debug your game, happy coding :)
4949

50+
> [!NOTE]
51+
> If you are experiencing issues with compiling effects under Linux for JetBrains Rider,
52+
> 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.
53+
5054
## Update Project Tool references
5155

5256
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).

0 commit comments

Comments
 (0)