mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-03-10 00:43:03 +00:00
.NET 6.0, merge windows and macos. Might need to update "Verify installation"
@@ -1,39 +1,32 @@
|
||||
**.NET Core v3.1 Runtime** is required by **DiscordChatExporter v2.16 and newer**.
|
||||
If you are using GUI flavor of DiscordChatExporter, the runtime will be installed automatically (since v2.27.1).
|
||||
**.NET v6.0 Runtime** is required by **DiscordChatExporter v2.31 and newer**.
|
||||
If you are using GUI flavor of DiscordChatExporter, the runtime will be installed automatically (since v2.27.1).
|
||||
If you are using the CLI from Docker, installing the runtime on the host machine is not needed.
|
||||
|
||||
* Install
|
||||
* [Windows](https://github.com/Tyrrrz/DiscordChatExporter/wiki/Install-.NET-Core-runtime#windows)
|
||||
* [macOS](https://github.com/Tyrrrz/DiscordChatExporter/wiki/Install-.NET-Core-runtime#macos)
|
||||
* [Windows and macOS](https://github.com/Tyrrrz/DiscordChatExporter/wiki/Install-.NET-Core-runtime#windows-and-macos)
|
||||
* [Linux](https://github.com/Tyrrrz/DiscordChatExporter/wiki/Install-.NET-Core-runtime#linux)
|
||||
* [Docker](https://github.com/Tyrrrz/DiscordChatExporter/wiki/Install-.NET-Core-runtime#docker)
|
||||
* [Verify installation](https://github.com/Tyrrrz/DiscordChatExporter/wiki/Install-.NET-Core-runtime#Verify-installation)
|
||||
|
||||
## Windows
|
||||
## Windows and macOS
|
||||
|
||||
[](https://dotnet.microsoft.com/download/dotnet/3.1/runtime)
|
||||
|
||||
The **x64** installer is for **64-bit** systems
|
||||
The **x86** installer is for **32-bit** systems
|
||||
**Download from the direct links:**
|
||||
* [.NET v6.0 Runtime for **Windows x64**](https://dotnet.microsoft.com/download/dotnet-core/thank-you/runtime-desktop-6.0.0-windows-x64-installer)
|
||||
* [.NET v6.0 Runtime for **Windows x86**](https://dotnet.microsoft.com/download/dotnet-core/thank-you/runtime-desktop-6.0.0-windows-x86-installer)
|
||||
* [.NET v6.0 Runtime for **macOS x64**](https://dotnet.microsoft.com/download/dotnet-core/thank-you/runtime-6.0.0-macos-x64-installer)
|
||||
|
||||
|
||||
[How can I tell if my computer is running a 32-bit or a 64-bit version?](https://support.microsoft.com/help/15056/windows-32-64-bit-faq)
|
||||
> 💡 [How can I tell if my computer is running a 32-bit (x86) or a 64-bit (x64) version?](https://support.microsoft.com/help/15056/windows-32-64-bit-faq)
|
||||
|
||||
Direct download links:
|
||||
|
||||
- [Windows x64](https://dotnet.microsoft.com/download/dotnet/thank-you/runtime-desktop-3.1.10-windows-x64-installer)
|
||||
- [Windows x86](https://dotnet.microsoft.com/download/dotnet/thank-you/runtime-desktop-3.1.10-windows-x86-installer)
|
||||
|
||||
## macOS
|
||||
|
||||
[Check out the latest version in this page](https://dotnet.microsoft.com/download/dotnet/3.1).
|
||||
**Otherwise:**
|
||||
[Check out the latest version in this page](https://dotnet.microsoft.com/download/dotnet/6.0).
|
||||
Look for the download link in the '**.NET Runtime**' section, under **Installers**:
|
||||
|
||||
[](https://dotnet.microsoft.com/download/dotnet/3.1)
|
||||
[](https://dotnet.microsoft.com/download/dotnet/3.1)
|
||||
|
||||
## Linux
|
||||
|
||||
**You only need to install .NET Core <u>Runtime</u> v3.1**
|
||||
**You only need to install .NET Core <u>Runtime</u> v6.0**
|
||||
|
||||
Check out the instructions for your distro:
|
||||
* [Ubuntu](https://docs.microsoft.com/dotnet/core/install/linux-ubuntu#supported-distributions)
|
||||
@@ -43,7 +36,7 @@ Check out the instructions for your distro:
|
||||
For other distros, please check the _'Install on Linux'_ menu on the left of [this page](https://docs.microsoft.com/dotnet/core/install/linux).
|
||||
|
||||
## Docker
|
||||
**Docker** users don't need to install .NET runtime. Please refer to the [Docker usage instructions](https://github.com/Tyrrrz/DiscordChatExporter/wiki/Docker-usage-instructions) page for more information.
|
||||
Installing .NET Runtime is not needed. Please refer to the [Docker usage instructions](https://github.com/Tyrrrz/DiscordChatExporter/wiki/Docker-usage-instructions) page for more information.
|
||||
|
||||
|
||||
|
||||
@@ -61,7 +54,7 @@ If **.NET Core Runtime** is correctly installed, the command will output the fol
|
||||
...
|
||||
|
||||
.NET runtimes installed:
|
||||
Microsoft.NETCore.App 3.1.x [C:\path\to\dotnet\shared\Microsoft.NETCore.App]
|
||||
Microsoft.WindowsDesktop.App 3.1.x [C:\path\to\dotnet\shared\Microsoft.WindowsDesktop.App]
|
||||
Microsoft.NETCore.App 6.0.x [C:\path\to\dotnet\shared\Microsoft.NETCore.App]
|
||||
Microsoft.WindowsDesktop.App 6.0.x [C:\path\to\dotnet\shared\Microsoft.WindowsDesktop.App]
|
||||
...
|
||||
```
|
||||
Reference in New Issue
Block a user