Update INSTALL.md

This commit is contained in:
Wengier
2021-08-02 03:37:49 -04:00
committed by GitHub
parent fac14f8569
commit ef7f8c3e08

View File

@@ -35,12 +35,14 @@ If you see the message ```Windows Defender SmartScreen prevented an unrecognized
You can easily upgrade from a previous version of DOSBox-X to the new version with the Windows installer. The Windows installer in fact offers an option to automatically upgrade the config file (dosbox-x.conf) to the new version format while keeping all the user-customized settings already made. When you select this (recommended), the config file will include all options of the latest DOSBox-X version and also will keep all the changes already done previously by the user.
Apart from the Windows installers, you can find six zip packages (three before 0.83.13) for each DOSBox-X version for the Windows platform in the [Releases](https://github.com/joncampbell123/dosbox-x/releases) page as an alternative way to install DOSBox-X. These zip files are portable packages containing binaries built with Visual Studio 2019 (Win32, Win64, ARM32, ARM64 respectively), MinGW (Win32 and Win64 respectively). For the current DOSBox-X version 0.83.16, these portable Visual Studio builds are separately available from:
Apart from the Windows installers, you can find six zip packages (three before 0.83.13) for each DOSBox-X version for the Windows platform in the [Releases](https://github.com/joncampbell123/dosbox-x/releases) page as an alternative way to install DOSBox-X. These zip files are portable packages containing binaries built with Visual Studio 2019 (Win32, Win64, ARM32, ARM64 respectively), MinGW (Win32 and Win64 respectively). For the current DOSBox-X version 0.83.16, these portable builds are separately available from:
* [dosbox-x-vsbuild-win32-20210801012924.zip](https://github.com/joncampbell123/dosbox-x/releases/download/dosbox-x-v0.83.16/dosbox-x-vsbuild-win32-20210801012924.zip) (Visual Studio Win32 builds)
* [dosbox-x-vsbuild-win64-20210801012924.zip](https://github.com/joncampbell123/dosbox-x/releases/download/dosbox-x-v0.83.16/dosbox-x-vsbuild-win64-20210801012924.zip) (Visual Studio Win64 builds)
* [dosbox-x-vsbuild-arm32-20210801012924.zip](https://github.com/joncampbell123/dosbox-x/releases/download/dosbox-x-v0.83.16/dosbox-x-vsbuild-arm32-20210801012924.zip) (Visual Studio ARM32 builds)
* [dosbox-x-vsbuild-arm64-20210801012924.zip](https://github.com/joncampbell123/dosbox-x/releases/download/dosbox-x-v0.83.16/dosbox-x-vsbuild-arm64-20210801012924.zip) (Visual Studio ARM64 builds)
* [dosbox-x-mingw-win32-20210801203638.zip](https://github.com/joncampbell123/dosbox-x/releases/download/dosbox-x-v0.83.16/dosbox-x-mingw-win32-20210801203638.zip) (MinGW Win32 builds)
* [dosbox-x-mingw-win64-20210801221927.zip](https://github.com/joncampbell123/dosbox-x/releases/download/dosbox-x-v0.83.16/dosbox-x-mingw-win64-20210801221927.zip) (MinGW Win64 builds)
The Visual Studio builds are the default Windows builds to use, but they only run on Windows Vista and later (Windows 7, 8, and 10). The MinGW builds will be required if you are running Windows XP. You may also want to use one of the MinGW builds (plain, lowend, etc) if you encounter specific problem(s) with the Visual Studio builds. In addition, while the SDL1 version is the default version, the SDL2 version may be prefered over the SDL1 version for certain features (particularly related to input handling) such as better international keyboard support.