-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #52 from arcalys/main
docs: add linux rda explorer guide
- Loading branch information
Showing
2 changed files
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters