You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
DiscordChatExporter/.docs/Dotnet.md

2.4 KiB

Install .NET runtime

.NET 8.0 Runtime is required by DiscordChatExporter.

Note: Installing the .NET Runtime is not required if you running DiscordChatExporter using Docker.

Windows

Both the GUI and the CLI flavors of DiscordChatExporter for Windows come with a bootstrapper that should automatically install all the required prerequisites. Simply run the application and follow the presented instructions.

If, for some reason, you need to install the runtime manually, use one of the download links below:

Note: How can I tell if my computer is running a 32-bit (x86) or a 64-bit (x64) version of Windows?

macOS

Use one of the download links below:

Note: Is my Mac using an Intel processor (x64) or Apple Silicon (arm64)?

Linux

Installing the .NET Runtime works differently depending on which Linux distribution you use. Check out the instructions for your distro:

For other distros, please check the 'Install on Linux' menu on the left of this page.

Verify installation (optional)

You can check which version of .NET Runtime is installed by running the following command in a terminal:

$ dotnet --info

.NET runtimes installed:
  Microsoft.NETCore.App 7.0.x [C:\path\to\dotnet\shared\Microsoft.NETCore.App]
  Microsoft.WindowsDesktop.App 7.0.x [C:\path\to\dotnet\shared\Microsoft.WindowsDesktop.App]