Skip to content

Commit

Permalink
Merge pull request #52 from arcalys/main
Browse files Browse the repository at this point in the history
docs: add linux rda explorer guide
  • Loading branch information
Hier0nimus authored Feb 8, 2025
2 parents 1b720a2 + d787c54 commit b8b4369
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
21 changes: 21 additions & 0 deletions getting-started/linux-tooling.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Linux tooling

## Installingµ wine

Use your distribution package manager to install [Wine](https://www.winehq.org/).

From this point on, we will use a dedicated wine prefix for Anno tooling.

## Running RDA explorer

Download and extract RDA explorer as explained in the main [tooling](./tools-you-need.md) page.

Install requirements:
```shell
export WINEPREFIX=~/.wine-anno-tooling
winetricks dotnet48 dxvk
```
Then run RDAExplorer:
```shell
wine /path/to/extracted/folder/RDAExplorerGUI.exe
```
4 changes: 4 additions & 0 deletions getting-started/tools-you-need.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,7 @@ You can:
- [iModYourAnno](https://github.com/anno-mods/iModYourAnno) (mod manager)
- [Anno Building-menu Customizer](https://github.com/AsciiBunny/AnnoBuildingmenuCustomizer) (freely customize your building menu; includes vanilla and all mods)
- [Anno goats](https://github.com/sqwishy/anno_goats) (visualize contents of reward pools)

### Linux

If you are playing or working on Linux, check out the dedicated [linux tooling](./linux-tooling.md) page.

0 comments on commit b8b4369

Please sign in to comment.