update doc

This commit is contained in:
Wengier
2021-10-29 18:24:49 -04:00
parent 264456370f
commit 39ff05a4e8
2 changed files with 3 additions and 3 deletions

View File

@@ -38,7 +38,7 @@ Apart from the Windows installers, you can find six zip packages (three before 0
* [dosbox-x-vsbuild-arm64-20211001115143.zip](https://github.com/joncampbell123/dosbox-x/releases/download/dosbox-x-v0.83.18/dosbox-x-vsbuild-arm64-20211001115143.zip) (Visual Studio ARM64 builds)
* [dosbox-x-mingw-win32-20211001122248.zip](https://github.com/joncampbell123/dosbox-x/releases/download/dosbox-x-v0.83.18/dosbox-x-mingw-win32-20211001122248.zip) (MinGW Win32 builds)
The Visual Studio builds are the default Windows builds to use, but they may require Windows Vista and later (Windows 7, 8, and 10). On the other hand, the MinGW builds may run in Windows XP but will not have the debugger. 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, or you want the Slirp backend support for the NE2000 networking. In addition, while the SDL1 version is the default version, the SDL2 version may be preferred over the SDL1 version for certain features (particularly related to input handling) such as better international keyboard support.
The Visual Studio builds are the default Windows builds to use, which include the debugger. On the other hand, the MinGW builds of DOSBox-X versions support the Slirp backend for the NE2000 networking, but since version 0.83.16 they won't run in 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 (such as floating point precision issues). In addition, while the SDL1 version is the default version, which uses the native Windows menus, the SDL2 version may be preferred over the SDL1 version for certain features (particularly related to input handling) such as better international keyboard support.
If you prefer to use one of the portable packages, please select the zip package you want to download for your platform and unzip, then you will find various folders or subdirectories, which are some supported targets. For Visual Studio builds, these correspond to Win32 (x86), Win64 (x64), ARM32 and ARM64 (either SDL1 or SDL2 version), which are the build platforms. For MinGW builds, the targets are plain MinGW SDL1 build (mingw), MinGW SDL1 build for lower-end systems (mingw-lowend), MinGW SDL1 build with custom drawn menu (mingw-sdldraw), and MinGW SDL2 build (mingw-sdl2). Go to a target folder for your platform and run dosbox-x.exe inside it, then DOSBox-X will be launched and ready to be used. Unlike the Windows installer version however, there is no documentation included in these packages, and you may not see all such packages for some DOSBox-X versions.
@@ -173,7 +173,7 @@ Note: You may not see DOS packages for some DOSBox-X versions. For example, the
Full source code packages of DOSBox-X are also available in both zip and tar.gz formats. Both contain the full source code, but you probably want to download the source code in zip format if you are using Windows, and the source code in tar.gz format if you are using Linux. For the current DOSBox-X version 0.83.18, the source code packages are:
* [dosbox-x-v0.83.18.zip](hhttps://github.com/joncampbell123/dosbox-x/archive/refs/tags/dosbox-x-v0.83.18.zip)
* [dosbox-x-v0.83.18.zip](https://github.com/joncampbell123/dosbox-x/archive/refs/tags/dosbox-x-v0.83.18.zip)
* [dosbox-x-v0.83.18.tar.gz](https://github.com/joncampbell123/dosbox-x/archive/refs/tags/dosbox-x-v0.83.18.tar.gz)
If you prefer you can compile DOSBox-X from the source code by yourself. The source code packages as listed in the [Releases](https://github.com/joncampbell123/dosbox-x/releases) page contain the source code for that released version, and in this example the current DOSBox-X 0.83.18 version. On the other hand, if you are looking for the latest source code of DOSBox-X (including the most recent development changes in the source code), you may want to use the source code in the repository instead, or you can browse the latest source code using [Doxygen](https://dosbox-x.com/doxygen/html/index.html).